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.
13230 13231 13232 |
# File 'sig/types.rbs', line 13230 def arn @arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
13232 13233 13234 |
# File 'sig/types.rbs', line 13232 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
13233 13234 13235 |
# File 'sig/types.rbs', line 13233 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13231 13232 13233 |
# File 'sig/types.rbs', line 13231 def topic_id @topic_id end |