Class: Aws::CloudWatchLogs::Types::LookupTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::LookupTable
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Contains metadata about a lookup table returned by
DescribeLookupTables.
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.
-
#records_count ⇒ Integer
The number of data rows in the lookup table, excluding the header row.
-
#size_bytes ⇒ Integer
The size of the lookup table in bytes.
-
#table_fields ⇒ Array<String>
The column headers from the first row of the CSV file.
Instance Attribute Details
#description ⇒ String
The description of the lookup table.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :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.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :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.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :size_bytes, :last_updated_time, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#lookup_table_arn ⇒ String
The ARN of the lookup table.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :size_bytes, :last_updated_time, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#lookup_table_name ⇒ String
The name of the lookup table.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :size_bytes, :last_updated_time, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#records_count ⇒ Integer
The number of data rows in the lookup table, excluding the header row.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :size_bytes, :last_updated_time, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#size_bytes ⇒ Integer
The size of the lookup table in bytes.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :size_bytes, :last_updated_time, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#table_fields ⇒ Array<String>
The column headers from the first row of the CSV file.
5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5933 class LookupTable < Struct.new( :lookup_table_arn, :lookup_table_name, :description, :table_fields, :records_count, :size_bytes, :last_updated_time, :kms_key_id) SENSITIVE = [] include Aws::Structure end |