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.
10086 10087 10088 |
# File 'sig/types.rbs', line 10086 def capacity_reservation_preference @capacity_reservation_preference end |
#ml_reservation_arn ⇒ ::String
Returns the value of attribute ml_reservation_arn.
10087 10088 10089 |
# File 'sig/types.rbs', line 10087 def ml_reservation_arn @ml_reservation_arn end |