Class: Aws::Types::ReservedCapacityOptions
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCapacityOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "prioritized"
Returns the value of attribute allocation_strategy.
-
#reservation_types ⇒ ::Array[("on-demand-capacity-reservation" | "capacity-block" | "interruptible-capacity-reservation")]
Returns the value of attribute reservation_types.
-
#reserved_capacity_fallback_options ⇒ Types::ReservedCapacityFallbackOptions
Returns the value of attribute reserved_capacity_fallback_options.
Instance Attribute Details
#allocation_strategy ⇒ "prioritized"
Returns the value of attribute allocation_strategy.
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.
16682 16683 16684 |
# File 'sig/types.rbs', line 16682 def reservation_types @reservation_types end |
#reserved_capacity_fallback_options ⇒ Types::ReservedCapacityFallbackOptions
Returns the value of attribute reserved_capacity_fallback_options.
16683 16684 16685 |
# File 'sig/types.rbs', line 16683 def @reserved_capacity_fallback_options end |