Class: Aws::Types::DeleteTopicV2Response
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4349 4350 4351 |
# File 'sig/types.rbs', line 4349 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4351 4352 4353 |
# File 'sig/types.rbs', line 4351 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
4350 4351 4352 |
# File 'sig/types.rbs', line 4350 def topic_id @topic_id end |