Module: Aws::QuickSight::Client::_UpdateTopicResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTopicResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #refresh_arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
5134 |
# File 'sig/client.rbs', line 5134
def arn: () -> ::String
|
#refresh_arn ⇒ ::String
5135 |
# File 'sig/client.rbs', line 5135
def refresh_arn: () -> ::String
|
#request_id ⇒ ::String
5136 |
# File 'sig/client.rbs', line 5136
def request_id: () -> ::String
|
#status ⇒ ::Integer
5137 |
# File 'sig/client.rbs', line 5137
def status: () -> ::Integer
|
#topic_id ⇒ ::String
5133 |
# File 'sig/client.rbs', line 5133
def topic_id: () -> ::String
|