Class: Aws::IoT::Types::GetTopicRuleDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass GetTopicRuleDestinationRequest data as a hash:
{
arn: "AwsArn", # required
}
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.
9601 9602 9603 9604 9605 |
# File 'lib/aws-sdk-iot/types.rb', line 9601 class GetTopicRuleDestinationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |