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