Class: Aws::Types::ReplaceTopicRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceTopicRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#topic_rule_payload ⇒ Types::TopicRulePayload
Returns the value of attribute topic_rule_payload.
Instance Attribute Details
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
4290 4291 4292 |
# File 'sig/types.rbs', line 4290 def rule_name @rule_name end |
#topic_rule_payload ⇒ Types::TopicRulePayload
Returns the value of attribute topic_rule_payload.
4291 4292 4293 |
# File 'sig/types.rbs', line 4291 def topic_rule_payload @topic_rule_payload end |