Class: Aws::Types::Ec2CapacityReservation
- Inherits:
-
Object
- Object
- Aws::Types::Ec2CapacityReservation
- 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.
-
#ec2_capacity_reservation_id ⇒ ::String
Returns the value of attribute ec2_capacity_reservation_id.
-
#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.
5603 5604 5605 |
# File 'sig/types.rbs', line 5603 def available_instance_count @available_instance_count end |
#ec2_capacity_reservation_id ⇒ ::String
Returns the value of attribute ec2_capacity_reservation_id.
5601 5602 5603 |
# File 'sig/types.rbs', line 5601 def ec2_capacity_reservation_id @ec2_capacity_reservation_id end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
5602 5603 5604 |
# File 'sig/types.rbs', line 5602 def total_instance_count @total_instance_count end |
#used_by_current_endpoint ⇒ ::Integer
Returns the value of attribute used_by_current_endpoint.
5604 5605 5606 |
# File 'sig/types.rbs', line 5604 def used_by_current_endpoint @used_by_current_endpoint end |