Class: Aws::CloudWatchLogs::Types::GetLookupTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLookupTableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lookup_table_arn ⇒ String
The ARN of the lookup table to retrieve.
Instance Attribute Details
#lookup_table_arn ⇒ String
The ARN of the lookup table to retrieve.
4262 4263 4264 4265 4266 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4262 class GetLookupTableRequest < Struct.new( :lookup_table_arn) SENSITIVE = [] include Aws::Structure end |