Class: Aws::Types::SpotProvisioningSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"capacity-optimized", ...

Returns the value of attribute allocation_strategy.

Returns:

  • ("capacity-optimized", "price-capacity-optimized", "lowest-price", "diversified", "capacity-optimized-prioritized")


1577
1578
1579
# File 'sig/types.rbs', line 1577

def allocation_strategy
  @allocation_strategy
end

#block_duration_minutes::Integer

Returns the value of attribute block_duration_minutes.

Returns:

  • (::Integer)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def block_duration_minutes
  @block_duration_minutes
end

#timeout_action"SWITCH_TO_ON_DEMAND", "TERMINATE_CLUSTER"

Returns the value of attribute timeout_action.

Returns:

  • ("SWITCH_TO_ON_DEMAND", "TERMINATE_CLUSTER")


1575
1576
1577
# File 'sig/types.rbs', line 1575

def timeout_action
  @timeout_action
end

#timeout_duration_minutes::Integer

Returns the value of attribute timeout_duration_minutes.

Returns:

  • (::Integer)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def timeout_duration_minutes
  @timeout_duration_minutes
end