Class: Aws::CloudWatchLogs::Types::GetLookupTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLookupTableResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the lookup table.
-
#kms_key_id ⇒ String
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
-
#last_updated_time ⇒ Integer
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#lookup_table_arn ⇒ String
The ARN of the lookup table.
-
#lookup_table_name ⇒ String
The name of the lookup table.
-
#size_bytes ⇒ Integer
The size of the lookup table in bytes.
-
#table_body ⇒ String
The full CSV content of the lookup table.
Instance Attribute Details
#description ⇒ String
The description of the lookup table.
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_id ⇒ String
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
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_time ⇒ Integer
The time when the lookup table was last updated, expressed as the
number of milliseconds after Jan 1, 1970 00:00:00 UTC.
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_arn ⇒ String
The ARN of the lookup table.
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_name ⇒ String
The name of the lookup table.
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_bytes ⇒ Integer
The size of the lookup table in bytes.
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_body ⇒ String
The full CSV content of the lookup table.
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 |