Class: Aws::Types::CreateTopicRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#tags ⇒ ::String
Returns the value of attribute tags.
-
#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.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def rule_name @rule_name end |
#tags ⇒ ::String
Returns the value of attribute tags.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def @tags end |
#topic_rule_payload ⇒ Types::TopicRulePayload
Returns the value of attribute topic_rule_payload.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def topic_rule_payload @topic_rule_payload end |