Class: Aws::Types::TaskSchedule
- Inherits:
-
Object
- Object
- Aws::Types::TaskSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
943 944 945 |
# File 'sig/types.rbs', line 943 def schedule_expression @schedule_expression end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
944 945 946 |
# File 'sig/types.rbs', line 944 def status @status end |