Class: Aws::Types::SpotResizingSpecification

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")


1583
1584
1585
# File 'sig/types.rbs', line 1583

def allocation_strategy
  @allocation_strategy
end

#timeout_duration_minutes::Integer

Returns the value of attribute timeout_duration_minutes.

Returns:

  • (::Integer)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def timeout_duration_minutes
  @timeout_duration_minutes
end