Class: Aws::IoT::Types::GetTopicRuleDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the topic rule destination.
Instance Attribute Details
#arn ⇒ String
The ARN of the topic rule destination.
8122 8123 8124 8125 8126 |
# File 'lib/aws-sdk-iot/types.rb', line 8122 class GetTopicRuleDestinationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |