Class: Aws::Types::UpdateTopicRuleDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicRuleDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5407 5408 5409 |
# File 'sig/types.rbs', line 5407 def arn @arn end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
5408 5409 5410 |
# File 'sig/types.rbs', line 5408 def status @status end |