Class: Aws::CloudWatchLogs::Types::GetLookupTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lookup_table_arnString

The ARN of the lookup table to retrieve.

Returns:

  • (String)


4128
4129
4130
4131
4132
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4128

class GetLookupTableRequest < Struct.new(
  :lookup_table_arn)
  SENSITIVE = []
  include Aws::Structure
end