Class: Aws::Types::UpdateTopicV2Response
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicV2Response
- 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.
12774 12775 12776 |
# File 'sig/types.rbs', line 12774 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12776 12777 12778 |
# File 'sig/types.rbs', line 12776 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12777 12778 12779 |
# File 'sig/types.rbs', line 12777 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12775 12776 12777 |
# File 'sig/types.rbs', line 12775 def topic_id @topic_id end |