Class: Aws::Types::DeleteTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicResponse
- 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.
458 459 460 |
# File 'sig/types.rbs', line 458 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
456 457 458 |
# File 'sig/types.rbs', line 456 def topic_arn @topic_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
457 458 459 |
# File 'sig/types.rbs', line 457 def topic_name @topic_name end |