Class: Aws::Types::GetTopicRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTopicRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule ⇒ Types::TopicRule
Returns the value of attribute rule.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
Instance Attribute Details
#rule ⇒ Types::TopicRule
Returns the value of attribute rule.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def rule @rule end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def rule_arn @rule_arn end |