Class: Aws::Types::OnDemandResizingSpecification
- Inherits:
-
Object
- Object
- Aws::Types::OnDemandResizingSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "lowest-price", "prioritized"
Returns the value of attribute allocation_strategy.
-
#capacity_reservation_options ⇒ Types::OnDemandCapacityReservationOptions
Returns the value of attribute capacity_reservation_options.
-
#timeout_duration_minutes ⇒ ::Integer
Returns the value of attribute timeout_duration_minutes.
Instance Attribute Details
#allocation_strategy ⇒ "lowest-price", "prioritized"
Returns the value of attribute allocation_strategy.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def allocation_strategy @allocation_strategy end |
#capacity_reservation_options ⇒ Types::OnDemandCapacityReservationOptions
Returns the value of attribute capacity_reservation_options.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def @capacity_reservation_options end |
#timeout_duration_minutes ⇒ ::Integer
Returns the value of attribute timeout_duration_minutes.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def timeout_duration_minutes @timeout_duration_minutes end |