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.
6703 6704 6705 |
# File 'sig/types.rbs', line 6703 def schedule_expression @schedule_expression end |
#state ⇒ "SCHEDULED", ...
Returns the value of attribute state.
6704 6705 6706 |
# File 'sig/types.rbs', line 6704 def state @state end |