Class: Aws::Types::ReservedCapacityOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_strategy"prioritized"

Returns the value of attribute allocation_strategy.

Returns:

  • ("prioritized")


16688
16689
16690
# File 'sig/types.rbs', line 16688

def allocation_strategy
  @allocation_strategy
end

#capacity_reservation_targetTypes::FleetCapacityReservationTargetRequest

Returns the value of attribute capacity_reservation_target.



16690
16691
16692
# File 'sig/types.rbs', line 16690

def capacity_reservation_target
  @capacity_reservation_target
end

#reservation_types::Array[("on-demand-capacity-reservation" | "capacity-block" | "interruptible-capacity-reservation")]

Returns the value of attribute reservation_types.

Returns:

  • (::Array[("on-demand-capacity-reservation" | "capacity-block" | "interruptible-capacity-reservation")])


16689
16690
16691
# File 'sig/types.rbs', line 16689

def reservation_types
  @reservation_types
end

#reserved_capacity_fallback_optionsTypes::ReservedCapacityFallbackOptionsRequest

Returns the value of attribute reserved_capacity_fallback_options.



16691
16692
16693
# File 'sig/types.rbs', line 16691

def reserved_capacity_fallback_options
  @reserved_capacity_fallback_options
end