Module: Aws::QuickSight::Client::_ListAnalysesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAnalysesResponse]
- 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]
2598 |
# File 'sig/client.rbs', line 2598
def analysis_summary_list: () -> ::Array[Types::AnalysisSummary]
|
#next_token ⇒ ::String
2599 |
# File 'sig/client.rbs', line 2599
def next_token: () -> ::String
|
#request_id ⇒ ::String
2601 |
# File 'sig/client.rbs', line 2601
def request_id: () -> ::String
|
#status ⇒ ::Integer
2600 |
# File 'sig/client.rbs', line 2600
def status: () -> ::Integer
|