Class: Aws::IoT::Types::DeleteTopicRuleDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteTopicRuleDestinationRequest
- 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 to delete.
Instance Attribute Details
#arn ⇒ String
The ARN of the topic rule destination to delete.
5344 5345 5346 5347 5348 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5344 class DeleteTopicRuleDestinationRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |