Module: Aws::QuickSight::Client::_ListTopicsV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTopicsV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_summary_list ⇒ ::Array[Types::TopicV2Summary]
Instance Method Details
#next_token ⇒ ::String
3280 |
# File 'sig/client.rbs', line 3280
def next_token: () -> ::String
|
#request_id ⇒ ::String
3281 |
# File 'sig/client.rbs', line 3281
def request_id: () -> ::String
|
#status ⇒ ::Integer
3282 |
# File 'sig/client.rbs', line 3282
def status: () -> ::Integer
|
#topic_summary_list ⇒ ::Array[Types::TopicV2Summary]
3279 |
# File 'sig/client.rbs', line 3279
def topic_summary_list: () -> ::Array[Types::TopicV2Summary]
|