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
3192 |
# File 'sig/client.rbs', line 3192
def next_token: () -> ::String
|
#request_id ⇒ ::String
3193 |
# File 'sig/client.rbs', line 3193
def request_id: () -> ::String
|
#status ⇒ ::Integer
3194 |
# File 'sig/client.rbs', line 3194
def status: () -> ::Integer
|
#topics_summaries ⇒ ::Array[Types::TopicSummary]
3191 |
# File 'sig/client.rbs', line 3191
def topics_summaries: () -> ::Array[Types::TopicSummary]
|