Class: Aws::CloudWatchLogs::Types::DeleteLookupTableRequest

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 delete.

Returns:

  • (String)


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