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