Class: Aws::IoT::Types::DeleteTopicRuleDestinationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the topic rule destination to delete.

Returns:

  • (String)


4798
4799
4800
4801
4802
# File 'lib/aws-sdk-iot/types.rb', line 4798

class DeleteTopicRuleDestinationRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end