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