Class: Aws::CloudWatchLogs::Types::DeleteLookupTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteLookupTableRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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 delete.
Instance Attribute Details
#lookup_table_arn ⇒ String
The ARN of the lookup table to delete.
1668 1669 1670 1671 1672 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1668 class DeleteLookupTableRequest < Struct.new( :lookup_table_arn) SENSITIVE = [] include Aws::Structure end |