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]
3360 |
# File 'sig/client.rbs', line 3360
def analysis_summary_list: () -> ::Array[Types::AnalysisSummary]
|
#next_token ⇒ ::String
3361 |
# File 'sig/client.rbs', line 3361
def next_token: () -> ::String
|
#request_id ⇒ ::String
3363 |
# File 'sig/client.rbs', line 3363
def request_id: () -> ::String
|
#status ⇒ ::Integer
3362 |
# File 'sig/client.rbs', line 3362
def status: () -> ::Integer
|