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.
5607 5608 5609 |
# File 'sig/types.rbs', line 5607 def available_instance_count @available_instance_count end |
#ec2_capacity_reservation_id ⇒ ::String
Returns the value of attribute ec2_capacity_reservation_id.
5605 5606 5607 |
# File 'sig/types.rbs', line 5605 def ec2_capacity_reservation_id @ec2_capacity_reservation_id end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
5606 5607 5608 |
# File 'sig/types.rbs', line 5606 def total_instance_count @total_instance_count end |
#used_by_current_endpoint ⇒ ::Integer
Returns the value of attribute used_by_current_endpoint.
5608 5609 5610 |
# File 'sig/types.rbs', line 5608 def used_by_current_endpoint @used_by_current_endpoint end |