Class: Aws::CloudWatchLogs::Types::GetLookupTableResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the lookup table.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeInteger

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

Returns:

  • (Integer)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#lookup_table_arnString

The ARN of the lookup table.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#lookup_table_nameString

The name of the lookup table.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#size_bytesInteger

The size of the lookup table in bytes.

Returns:

  • (Integer)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_bodyString

The full CSV content of the lookup table.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4159

class GetLookupTableResponse < Struct.new(
  :lookup_table_arn,
  :lookup_table_name,
  :description,
  :table_body,
  :size_bytes,
  :last_updated_time,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end