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