Module: Aws::QuickSight::Client::_SearchTopicsV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchTopicsV2Response]
- 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
3716 |
# File 'sig/client.rbs', line 3716
def next_token: () -> ::String
|
#request_id ⇒ ::String
3718 |
# File 'sig/client.rbs', line 3718
def request_id: () -> ::String
|
#status ⇒ ::Integer
3717 |
# File 'sig/client.rbs', line 3717
def status: () -> ::Integer
|
#topic_summary_list ⇒ ::Array[Types::TopicV2Summary]
3715 |
# File 'sig/client.rbs', line 3715
def topic_summary_list: () -> ::Array[Types::TopicV2Summary]
|