Class: Aws::Types::UpdateTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicResponse
- 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.
13213 13214 13215 |
# File 'sig/types.rbs', line 13213 def arn @arn end |
#refresh_arn ⇒ ::String
Returns the value of attribute refresh_arn.
13214 13215 13216 |
# File 'sig/types.rbs', line 13214 def refresh_arn @refresh_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
13215 13216 13217 |
# File 'sig/types.rbs', line 13215 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
13216 13217 13218 |
# File 'sig/types.rbs', line 13216 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13212 13213 13214 |
# File 'sig/types.rbs', line 13212 def topic_id @topic_id end |