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