Class: Aws::Types::OnDemandResizingSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"lowest-price", "prioritized"

Returns the value of attribute allocation_strategy.

Returns:

  • ("lowest-price", "prioritized")


1234
1235
1236
# File 'sig/types.rbs', line 1234

def allocation_strategy
  @allocation_strategy
end

#capacity_reservation_optionsTypes::OnDemandCapacityReservationOptions

Returns the value of attribute capacity_reservation_options.



1235
1236
1237
# File 'sig/types.rbs', line 1235

def capacity_reservation_options
  @capacity_reservation_options
end

#timeout_duration_minutes::Integer

Returns the value of attribute timeout_duration_minutes.

Returns:

  • (::Integer)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def timeout_duration_minutes
  @timeout_duration_minutes
end