Class: Aws::Types::ReservedCapacityOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCapacityOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "prioritized"
Returns the value of attribute allocation_strategy.
-
#capacity_reservation_target ⇒ Types::FleetCapacityReservationTargetRequest
Returns the value of attribute capacity_reservation_target.
-
#reservation_types ⇒ ::Array[("on-demand-capacity-reservation" | "capacity-block" | "interruptible-capacity-reservation")]
Returns the value of attribute reservation_types.
-
#reserved_capacity_fallback_options ⇒ Types::ReservedCapacityFallbackOptionsRequest
Returns the value of attribute reserved_capacity_fallback_options.
Instance Attribute Details
#allocation_strategy ⇒ "prioritized"
Returns the value of attribute allocation_strategy.
16688 16689 16690 |
# File 'sig/types.rbs', line 16688 def allocation_strategy @allocation_strategy end |
#capacity_reservation_target ⇒ Types::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.
16689 16690 16691 |
# File 'sig/types.rbs', line 16689 def reservation_types @reservation_types end |
#reserved_capacity_fallback_options ⇒ Types::ReservedCapacityFallbackOptionsRequest
Returns the value of attribute reserved_capacity_fallback_options.
16691 16692 16693 |
# File 'sig/types.rbs', line 16691 def @reserved_capacity_fallback_options end |