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.
10101 10102 10103 |
# File 'sig/types.rbs', line 10101 def capacity_reservation_preference @capacity_reservation_preference end |
#ml_reservation_arn ⇒ ::String
Returns the value of attribute ml_reservation_arn.
10102 10103 10104 |
# File 'sig/types.rbs', line 10102 def ml_reservation_arn @ml_reservation_arn end |