Class: Aws::Types::UpdateTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def topic_arn @topic_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def topic_name @topic_name end |