Class: Aws::Types::CapacityReservationFleet
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationFleet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ ::String
Returns the value of attribute allocation_strategy.
-
#capacity_reservation_fleet_arn ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_arn.
-
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
-
#instance_type_specifications ⇒ ::Array[Types::FleetCapacityReservation]
Returns the value of attribute instance_type_specifications.
-
#state ⇒ "submitted", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tenancy ⇒ "default"
Returns the value of attribute tenancy.
-
#total_fulfilled_capacity ⇒ ::Float
Returns the value of attribute total_fulfilled_capacity.
-
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
Instance Attribute Details
#allocation_strategy ⇒ ::String
Returns the value of attribute allocation_strategy.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def allocation_strategy @allocation_strategy end |
#capacity_reservation_fleet_arn ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_arn.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def capacity_reservation_fleet_arn @capacity_reservation_fleet_arn end |
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def capacity_reservation_fleet_id @capacity_reservation_fleet_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def create_time @create_time end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def end_date @end_date end |
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def instance_match_criteria @instance_match_criteria end |
#instance_type_specifications ⇒ ::Array[Types::FleetCapacityReservation]
Returns the value of attribute instance_type_specifications.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def instance_type_specifications @instance_type_specifications end |
#state ⇒ "submitted", ...
Returns the value of attribute state.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def @tags end |
#tenancy ⇒ "default"
Returns the value of attribute tenancy.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def tenancy @tenancy end |
#total_fulfilled_capacity ⇒ ::Float
Returns the value of attribute total_fulfilled_capacity.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def total_fulfilled_capacity @total_fulfilled_capacity end |
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def total_target_capacity @total_target_capacity end |