Class: Aws::IoT::Types::ReplaceTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ReplaceTopicRuleRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The input for the ReplaceTopicRule operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the rule.
-
#topic_rule_payload ⇒ Types::TopicRulePayload
The rule payload.
Instance Attribute Details
#rule_name ⇒ String
The name of the rule.
14463 14464 14465 14466 14467 14468 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14463 class ReplaceTopicRuleRequest < Struct.new( :rule_name, :topic_rule_payload) SENSITIVE = [] include Aws::Structure end |
#topic_rule_payload ⇒ Types::TopicRulePayload
The rule payload.
14463 14464 14465 14466 14467 14468 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14463 class ReplaceTopicRuleRequest < Struct.new( :rule_name, :topic_rule_payload) SENSITIVE = [] include Aws::Structure end |