Module: Aws::QuickSight::Client::_ListTopicsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTopicsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topics_summaries ⇒ ::Array[Types::TopicSummary]
Instance Method Details
#next_token ⇒ ::String
3265 |
# File 'sig/client.rbs', line 3265
def next_token: () -> ::String
|
#request_id ⇒ ::String
3266 |
# File 'sig/client.rbs', line 3266
def request_id: () -> ::String
|
#status ⇒ ::Integer
3267 |
# File 'sig/client.rbs', line 3267
def status: () -> ::Integer
|
#topics_summaries ⇒ ::Array[Types::TopicSummary]
3264 |
# File 'sig/client.rbs', line 3264
def topics_summaries: () -> ::Array[Types::TopicSummary]
|