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