Class: Aws::Types::ExecutionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_mode ⇒ "ON_DEMAND", "SCHEDULED"

Returns the value of attribute execution_mode.

Returns:

  • ("ON_DEMAND", "SCHEDULED")


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