Class: Aws::Types::ListDashboardsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDashboardsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_summaries ⇒ ::Array[Types::DashboardSummary]
Returns the value of attribute dashboard_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dashboard_summaries ⇒ ::Array[Types::DashboardSummary]
Returns the value of attribute dashboard_summaries.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def dashboard_summaries @dashboard_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def next_token @next_token end |