Class: Aws::Types::ExecutionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_mode ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute execution_mode.
-
#on_demand_configuration ⇒ Types::OnDemandConfiguration
Returns the value of attribute on_demand_configuration.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
Instance Attribute Details
#execution_mode ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute execution_mode.
219 220 221 |
# File 'sig/types.rbs', line 219 def execution_mode @execution_mode end |
#on_demand_configuration ⇒ Types::OnDemandConfiguration
Returns the value of attribute on_demand_configuration.
220 221 222 |
# File 'sig/types.rbs', line 220 def on_demand_configuration @on_demand_configuration end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
221 222 223 |
# File 'sig/types.rbs', line 221 def schedule_configuration @schedule_configuration end |