Class: Aws::Types::ListScheduleGroupsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListScheduleGroupsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
168 169 170 |
# File 'sig/types.rbs', line 168 def max_results @max_results end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
169 170 171 |
# File 'sig/types.rbs', line 169 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
170 171 172 |
# File 'sig/types.rbs', line 170 def next_token @next_token end |