Class: Aws::Types::ProductionVariantCapacityReservationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProductionVariantCapacityReservationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
-
#capacity_reservation_preference ⇒ "capacity-reservations-only"
Returns the value of attribute capacity_reservation_preference.
-
#ec2_capacity_reservations ⇒ ::Array[Types::Ec2CapacityReservation]
Returns the value of attribute ec2_capacity_reservations.
-
#ml_reservation_arn ⇒ ::String
Returns the value of attribute ml_reservation_arn.
-
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
-
#used_by_current_endpoint ⇒ ::Integer
Returns the value of attribute used_by_current_endpoint.
Instance Attribute Details
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
10089 10090 10091 |
# File 'sig/types.rbs', line 10089 def available_instance_count @available_instance_count end |
#capacity_reservation_preference ⇒ "capacity-reservations-only"
Returns the value of attribute capacity_reservation_preference.
10087 10088 10089 |
# File 'sig/types.rbs', line 10087 def capacity_reservation_preference @capacity_reservation_preference end |
#ec2_capacity_reservations ⇒ ::Array[Types::Ec2CapacityReservation]
Returns the value of attribute ec2_capacity_reservations.
10091 10092 10093 |
# File 'sig/types.rbs', line 10091 def ec2_capacity_reservations @ec2_capacity_reservations end |
#ml_reservation_arn ⇒ ::String
Returns the value of attribute ml_reservation_arn.
10086 10087 10088 |
# File 'sig/types.rbs', line 10086 def ml_reservation_arn @ml_reservation_arn end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
10088 10089 10090 |
# File 'sig/types.rbs', line 10088 def total_instance_count @total_instance_count end |
#used_by_current_endpoint ⇒ ::Integer
Returns the value of attribute used_by_current_endpoint.
10090 10091 10092 |
# File 'sig/types.rbs', line 10090 def used_by_current_endpoint @used_by_current_endpoint end |