Class: Aws::Types::ListDashboardsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDashboardsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_name_prefix ⇒ ::String
Returns the value of attribute dashboard_name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dashboard_name_prefix ⇒ ::String
Returns the value of attribute dashboard_name_prefix.
622 623 624 |
# File 'sig/types.rbs', line 622 def dashboard_name_prefix @dashboard_name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
623 624 625 |
# File 'sig/types.rbs', line 623 def next_token @next_token end |