Class: Aws::CloudWatchLogs::Types::CreateLookupTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::CreateLookupTableResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Integer
The time when the lookup table was created, 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 created.
Instance Attribute Details
#created_at ⇒ Integer
The time when the lookup table was created, expressed as the number
of milliseconds after Jan 1, 1970 00:00:00 UTC.
1174 1175 1176 1177 1178 1179 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1174 class CreateLookupTableResponse < Struct.new( :lookup_table_arn, :created_at) SENSITIVE = [] include Aws::Structure end |
#lookup_table_arn ⇒ String
The ARN of the lookup table that was created.
1174 1175 1176 1177 1178 1179 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1174 class CreateLookupTableResponse < Struct.new( :lookup_table_arn, :created_at) SENSITIVE = [] include Aws::Structure end |