class
Amazonite::CloudWatchLogs::GetLookupTableResponse
- Amazonite::CloudWatchLogs::GetLookupTableResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_lookup_table_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_table_arn : String | Nil = nil, lookup_table_name : String | Nil = nil, description : String | Nil = nil, table_body : String | Nil = nil, size_bytes : Int64 | Nil = nil, last_updated_time : Int64 | Nil = nil, kms_key_id : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
The description of the lookup table.
-
#description=(description : String | Nil)
The description of the lookup table.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_id : String | Nil
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
-
#kms_key_id=(kms_key_id : String | Nil)
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
-
#last_updated_time : Int64 | Nil
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC. -
#last_updated_time=(last_updated_time : Int64 | Nil)
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 | Nil
The ARN of the lookup table.
-
#lookup_table_arn=(lookup_table_arn : String | Nil)
The ARN of the lookup table.
-
#lookup_table_name : String | Nil
The name of the lookup table.
-
#lookup_table_name=(lookup_table_name : String | Nil)
The name of the lookup table.
-
#size_bytes : Int64 | Nil
The size of the lookup table in bytes.
-
#size_bytes=(size_bytes : Int64 | Nil)
The size of the lookup table in bytes.
-
#table_body : String | Nil
The full CSV content of the lookup table.
-
#table_body=(table_body : String | Nil)
The full CSV content of the lookup table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
The ARN of the KMS key used to encrypt the lookup table data, if applicable.
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.