Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#state ⇒ "SCHEDULED", ...
Returns the value of attribute state.
Instance Attribute Details
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
6745 6746 6747 |
# File 'sig/types.rbs', line 6745 def schedule_expression @schedule_expression end |
#state ⇒ "SCHEDULED", ...
Returns the value of attribute state.
6746 6747 6748 |
# File 'sig/types.rbs', line 6746 def state @state end |