Module: Aws::QuickSight::Client::_ListDashboardsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListDashboardsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dashboard_summary_list ⇒ ::Array[Types::DashboardSummary]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#dashboard_summary_list ⇒ ::Array[Types::DashboardSummary]
2687 |
# File 'sig/client.rbs', line 2687
def dashboard_summary_list: () -> ::Array[Types::DashboardSummary]
|
#next_token ⇒ ::String
2688 |
# File 'sig/client.rbs', line 2688
def next_token: () -> ::String
|
#request_id ⇒ ::String
2690 |
# File 'sig/client.rbs', line 2690
def request_id: () -> ::String
|
#status ⇒ ::Integer
2689 |
# File 'sig/client.rbs', line 2689
def status: () -> ::Integer
|