Class: Aws::Types::ScheduleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_execution_from ⇒ ::String
Returns the value of attribute first_execution_from.
-
#object ⇒ ::String
Returns the value of attribute object.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
Instance Attribute Details
#first_execution_from ⇒ ::String
Returns the value of attribute first_execution_from.
430 431 432 |
# File 'sig/types.rbs', line 430 def first_execution_from @first_execution_from end |
#object ⇒ ::String
Returns the value of attribute object.
431 432 433 |
# File 'sig/types.rbs', line 431 def object @object end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
432 433 434 |
# File 'sig/types.rbs', line 432 def schedule_expression @schedule_expression end |