Class: Aws::Types::ReservedCapacityOptions

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


16681
16682
16683
# File 'sig/types.rbs', line 16681

def allocation_strategy
  @allocation_strategy
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")])


16682
16683
16684
# File 'sig/types.rbs', line 16682

def reservation_types
  @reservation_types
end

#reserved_capacity_fallback_optionsTypes::ReservedCapacityFallbackOptions

Returns the value of attribute reserved_capacity_fallback_options.



16683
16684
16685
# File 'sig/types.rbs', line 16683

def reserved_capacity_fallback_options
  @reserved_capacity_fallback_options
end