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.
9631 9632 9633 |
# File 'sig/types.rbs', line 9631 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9628 9629 9630 |
# File 'sig/types.rbs', line 9628 def availability_zone_id @availability_zone_id end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
9627 9628 9629 |
# File 'sig/types.rbs', line 9627 def capacity_reservation_id @capacity_reservation_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
9635 9636 9637 |
# File 'sig/types.rbs', line 9635 def create_date @create_date end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
9634 9635 9636 |
# File 'sig/types.rbs', line 9634 def ebs_optimized @ebs_optimized end |
#fulfilled_capacity ⇒ ::Float
Returns the value of attribute fulfilled_capacity.
9633 9634 9635 |
# File 'sig/types.rbs', line 9633 def fulfilled_capacity @fulfilled_capacity end |
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
9630 9631 9632 |
# File 'sig/types.rbs', line 9630 def instance_platform @instance_platform end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9629 9630 9631 |
# File 'sig/types.rbs', line 9629 def instance_type @instance_type end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
9637 9638 9639 |
# File 'sig/types.rbs', line 9637 def priority @priority end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
9632 9633 9634 |
# File 'sig/types.rbs', line 9632 def total_instance_count @total_instance_count end |
#weight ⇒ ::Float
Returns the value of attribute weight.
9636 9637 9638 |
# File 'sig/types.rbs', line 9636 def weight @weight end |