Class: Aws::Types::CreateTopicV2Response
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicV2Response
- 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.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def topic_id @topic_id end |