Module: Aws::QuickSight::Client::_SearchAnalysesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchAnalysesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_summary_list ⇒ ::Array[Types::AnalysisSummary]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#analysis_summary_list ⇒ ::Array[Types::AnalysisSummary]
3404 |
# File 'sig/client.rbs', line 3404
def analysis_summary_list: () -> ::Array[Types::AnalysisSummary]
|
#next_token ⇒ ::String
3405 |
# File 'sig/client.rbs', line 3405
def next_token: () -> ::String
|
#request_id ⇒ ::String
3407 |
# File 'sig/client.rbs', line 3407
def request_id: () -> ::String
|
#status ⇒ ::Integer
3406 |
# File 'sig/client.rbs', line 3406
def status: () -> ::Integer
|