Module: Aws::QuickSight::Client::_SearchDashboardsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchDashboardsResponse]
- 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]
3426 |
# File 'sig/client.rbs', line 3426
def dashboard_summary_list: () -> ::Array[Types::DashboardSummary]
|
#next_token ⇒ ::String
3427 |
# File 'sig/client.rbs', line 3427
def next_token: () -> ::String
|
#request_id ⇒ ::String
3429 |
# File 'sig/client.rbs', line 3429
def request_id: () -> ::String
|
#status ⇒ ::Integer
3428 |
# File 'sig/client.rbs', line 3428
def status: () -> ::Integer
|