Class: Aws::Types::CreateTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#refresh_arn ⇒ ::String
Returns the value of attribute refresh_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.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def arn @arn end |
#refresh_arn ⇒ ::String
Returns the value of attribute refresh_arn.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def refresh_arn @refresh_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def topic_id @topic_id end |