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
5066 |
# File 'sig/client.rbs', line 5066
def arn: () -> ::String
|
#refresh_arn ⇒ ::String
5067 |
# File 'sig/client.rbs', line 5067
def refresh_arn: () -> ::String
|
#request_id ⇒ ::String
5068 |
# File 'sig/client.rbs', line 5068
def request_id: () -> ::String
|
#status ⇒ ::Integer
5069 |
# File 'sig/client.rbs', line 5069
def status: () -> ::Integer
|
#topic_id ⇒ ::String
5065 |
# File 'sig/client.rbs', line 5065
def topic_id: () -> ::String
|