Class: Aws::Types::FleetCapacityReservation
- Inherits:
-
Object
- Object
- Aws::Types::FleetCapacityReservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#fulfilled_capacity ⇒ ::Float
Returns the value of attribute fulfilled_capacity.
-
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
-
#weight ⇒ ::Float
Returns the value of attribute weight.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
9738 9739 9740 |
# File 'sig/types.rbs', line 9738 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9735 9736 9737 |
# File 'sig/types.rbs', line 9735 def availability_zone_id @availability_zone_id end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
9734 9735 9736 |
# File 'sig/types.rbs', line 9734 def capacity_reservation_id @capacity_reservation_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
9742 9743 9744 |
# File 'sig/types.rbs', line 9742 def create_date @create_date end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
9741 9742 9743 |
# File 'sig/types.rbs', line 9741 def ebs_optimized @ebs_optimized end |
#fulfilled_capacity ⇒ ::Float
Returns the value of attribute fulfilled_capacity.
9740 9741 9742 |
# File 'sig/types.rbs', line 9740 def fulfilled_capacity @fulfilled_capacity end |
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
9737 9738 9739 |
# File 'sig/types.rbs', line 9737 def instance_platform @instance_platform end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9736 9737 9738 |
# File 'sig/types.rbs', line 9736 def instance_type @instance_type end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
9744 9745 9746 |
# File 'sig/types.rbs', line 9744 def priority @priority end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
9739 9740 9741 |
# File 'sig/types.rbs', line 9739 def total_instance_count @total_instance_count end |
#weight ⇒ ::Float
Returns the value of attribute weight.
9743 9744 9745 |
# File 'sig/types.rbs', line 9743 def weight @weight end |