Class: Aws::IoT::Types::GetTopicRuleDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleDestinationRequest
- Defined in:
- gems/aws-sdk-iot/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.
8679 8680 8681 8682 8683 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8679 class GetTopicRuleDestinationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |