Class: Aws::Types::ProductionVariantCapacityReservationConfig
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantCapacityReservationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_preference ⇒ "capacity-reservations-only"
Returns the value of attribute capacity_reservation_preference.
-
#ml_reservation_arn ⇒ ::String
Returns the value of attribute ml_reservation_arn.
Instance Attribute Details
#capacity_reservation_preference ⇒ "capacity-reservations-only"
Returns the value of attribute capacity_reservation_preference.
10080 10081 10082 |
# File 'sig/types.rbs', line 10080 def capacity_reservation_preference @capacity_reservation_preference end |
#ml_reservation_arn ⇒ ::String
Returns the value of attribute ml_reservation_arn.
10081 10082 10083 |
# File 'sig/types.rbs', line 10081 def ml_reservation_arn @ml_reservation_arn end |