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.
9406 9407 9408 |
# File 'sig/types.rbs', line 9406 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9403 9404 9405 |
# File 'sig/types.rbs', line 9403 def availability_zone_id @availability_zone_id end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
9402 9403 9404 |
# File 'sig/types.rbs', line 9402 def capacity_reservation_id @capacity_reservation_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
9410 9411 9412 |
# File 'sig/types.rbs', line 9410 def create_date @create_date end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
9409 9410 9411 |
# File 'sig/types.rbs', line 9409 def ebs_optimized @ebs_optimized end |
#fulfilled_capacity ⇒ ::Float
Returns the value of attribute fulfilled_capacity.
9408 9409 9410 |
# File 'sig/types.rbs', line 9408 def fulfilled_capacity @fulfilled_capacity end |
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
9405 9406 9407 |
# File 'sig/types.rbs', line 9405 def instance_platform @instance_platform end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
9404 9405 9406 |
# File 'sig/types.rbs', line 9404 def instance_type @instance_type end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
9412 9413 9414 |
# File 'sig/types.rbs', line 9412 def priority @priority end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
9407 9408 9409 |
# File 'sig/types.rbs', line 9407 def total_instance_count @total_instance_count end |
#weight ⇒ ::Float
Returns the value of attribute weight.
9411 9412 9413 |
# File 'sig/types.rbs', line 9411 def weight @weight end |