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.
1644 1645 1646 1647 1648 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1644 class DeleteLookupTableRequest < Struct.new( :lookup_table_arn) SENSITIVE = [] include Aws::Structure end |