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
5619 |
# File 'sig/client.rbs', line 5619
def arn: () -> ::String
|
#refresh_arn ⇒ ::String
5620 |
# File 'sig/client.rbs', line 5620
def refresh_arn: () -> ::String
|
#request_id ⇒ ::String
5621 |
# File 'sig/client.rbs', line 5621
def request_id: () -> ::String
|
#status ⇒ ::Integer
5622 |
# File 'sig/client.rbs', line 5622
def status: () -> ::Integer
|
#topic_id ⇒ ::String
5618 |
# File 'sig/client.rbs', line 5618
def topic_id: () -> ::String
|