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