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