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
3516 |
# File 'sig/client.rbs', line 3516
def next_token: () -> ::String
|
#request_id ⇒ ::String
3517 |
# File 'sig/client.rbs', line 3517
def request_id: () -> ::String
|
#status ⇒ ::Integer
3518 |
# File 'sig/client.rbs', line 3518
def status: () -> ::Integer
|
#topic_summary_list ⇒ ::Array[Types::TopicV2Summary]
3515 |
# File 'sig/client.rbs', line 3515
def topic_summary_list: () -> ::Array[Types::TopicV2Summary]
|