Class: Aws::IoT::Types::GetTopicRuleDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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.

Returns:

  • (String)


7797
7798
7799
7800
7801
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7797

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