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
5247 |
# File 'sig/client.rbs', line 5247
def arn: () -> ::String
|
#refresh_arn ⇒ ::String
5248 |
# File 'sig/client.rbs', line 5248
def refresh_arn: () -> ::String
|
#request_id ⇒ ::String
5249 |
# File 'sig/client.rbs', line 5249
def request_id: () -> ::String
|
#status ⇒ ::Integer
5250 |
# File 'sig/client.rbs', line 5250
def status: () -> ::Integer
|
#topic_id ⇒ ::String
5246 |
# File 'sig/client.rbs', line 5246
def topic_id: () -> ::String
|