Class: Aws::CloudWatchLogs::Types::UpdateLookupTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::UpdateLookupTableResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 that was updated.
Instance Attribute Details
#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.
10164 10165 10166 10167 10168 10169 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 10164 class UpdateLookupTableResponse < Struct.new( :lookup_table_arn, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#lookup_table_arn ⇒ String
The ARN of the lookup table that was updated.
10164 10165 10166 10167 10168 10169 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 10164 class UpdateLookupTableResponse < Struct.new( :lookup_table_arn, :last_updated_time) SENSITIVE = [] include Aws::Structure end |