Class GetLookupTableResponse

    • Method Detail

      • lookupTableArn

        public final String lookupTableArn()

        The ARN of the lookup table.

        Returns:
        The ARN of the lookup table.
      • lookupTableName

        public final String lookupTableName()

        The name of the lookup table.

        Returns:
        The name of the lookup table.
      • description

        public final String description()

        The description of the lookup table.

        Returns:
        The description of the lookup table.
      • tableBody

        public final String tableBody()

        The full CSV content of the lookup table.

        Returns:
        The full CSV content of the lookup table.
      • sizeBytes

        public final Long sizeBytes()

        The size of the lookup table in bytes.

        Returns:
        The size of the lookup table in bytes.
      • lastUpdatedTime

        public final Long lastUpdatedTime()

        The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

        Returns:
        The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      • kmsKeyId

        public final String kmsKeyId()

        The ARN of the KMS key used to encrypt the lookup table data, if applicable.

        Returns:
        The ARN of the KMS key used to encrypt the lookup table data, if applicable.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object