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
5140 |
# File 'sig/client.rbs', line 5140
def arn: () -> ::String
|
#refresh_arn ⇒ ::String
5141 |
# File 'sig/client.rbs', line 5141
def refresh_arn: () -> ::String
|
#request_id ⇒ ::String
5142 |
# File 'sig/client.rbs', line 5142
def request_id: () -> ::String
|
#status ⇒ ::Integer
5143 |
# File 'sig/client.rbs', line 5143
def status: () -> ::Integer
|
#topic_id ⇒ ::String
5139 |
# File 'sig/client.rbs', line 5139
def topic_id: () -> ::String
|