Class: Aws::Types::DeleteTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicResponse
- 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.
4161 4162 4163 |
# File 'sig/types.rbs', line 4161 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4163 4164 4165 |
# File 'sig/types.rbs', line 4163 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4164 4165 4166 |
# File 'sig/types.rbs', line 4164 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
4162 4163 4164 |
# File 'sig/types.rbs', line 4162 def topic_id @topic_id end |