Class: Aws::Types::AICapacityReservationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AICapacityReservationConfig
- 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_arns ⇒ ::Array[::String]
Returns the value of attribute ml_reservation_arns.
Instance Attribute Details
#capacity_reservation_preference ⇒ "capacity-reservations-only"
Returns the value of attribute capacity_reservation_preference.
89 90 91 |
# File 'sig/types.rbs', line 89 def capacity_reservation_preference @capacity_reservation_preference end |
#ml_reservation_arns ⇒ ::Array[::String]
Returns the value of attribute ml_reservation_arns.
90 91 92 |
# File 'sig/types.rbs', line 90 def ml_reservation_arns @ml_reservation_arns end |