Class: Aws::Types::StopAction
- Inherits:
-
Object
- Object
- Aws::Types::StopAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scope ⇒ "RuleSet"
Returns the value of attribute scope.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#scope ⇒ "RuleSet"
Returns the value of attribute scope.
998 999 1000 |
# File 'sig/types.rbs', line 998 def scope @scope end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def topic_arn @topic_arn end |