Class: Aws::Types::ListSchedulesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSchedulesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#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.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def group_name @group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
182 183 184 |
# File 'sig/types.rbs', line 182 def max_results @max_results end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
183 184 185 |
# File 'sig/types.rbs', line 183 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
184 185 186 |
# File 'sig/types.rbs', line 184 def next_token @next_token end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
185 186 187 |
# File 'sig/types.rbs', line 185 def state @state end |