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.
12757 12758 12759 |
# File 'sig/types.rbs', line 12757 def arn @arn end |
#refresh_arn ⇒ ::String
Returns the value of attribute refresh_arn.
12758 12759 12760 |
# File 'sig/types.rbs', line 12758 def refresh_arn @refresh_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12759 12760 12761 |
# File 'sig/types.rbs', line 12759 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12760 12761 12762 |
# File 'sig/types.rbs', line 12760 def status @status end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12756 12757 12758 |
# File 'sig/types.rbs', line 12756 def topic_id @topic_id end |