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