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]
3423 |
# File 'sig/client.rbs', line 3423
def dashboard_summary_list: () -> ::Array[Types::DashboardSummary]
|
#next_token ⇒ ::String
3424 |
# File 'sig/client.rbs', line 3424
def next_token: () -> ::String
|
#request_id ⇒ ::String
3426 |
# File 'sig/client.rbs', line 3426
def request_id: () -> ::String
|
#status ⇒ ::Integer
3425 |
# File 'sig/client.rbs', line 3425
def status: () -> ::Integer
|