Class: Aws::Types::CreateCapacityReservationFleetResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityReservationFleetResult
- 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_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.
-
#fleet_capacity_reservations ⇒ ::Array[Types::FleetCapacityReservation]
Returns the value of attribute fleet_capacity_reservations.
-
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
-
#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.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def allocation_strategy @allocation_strategy end |
#capacity_reservation_fleet_id ⇒ ::String
Returns the value of attribute capacity_reservation_fleet_id.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def capacity_reservation_fleet_id @capacity_reservation_fleet_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def create_time @create_time end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def end_date @end_date end |
#fleet_capacity_reservations ⇒ ::Array[Types::FleetCapacityReservation]
Returns the value of attribute fleet_capacity_reservations.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def fleet_capacity_reservations @fleet_capacity_reservations end |
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def instance_match_criteria @instance_match_criteria end |
#state ⇒ "submitted", ...
Returns the value of attribute state.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def @tags end |
#tenancy ⇒ "default"
Returns the value of attribute tenancy.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def tenancy @tenancy end |
#total_fulfilled_capacity ⇒ ::Float
Returns the value of attribute total_fulfilled_capacity.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def total_fulfilled_capacity @total_fulfilled_capacity end |
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def total_target_capacity @total_target_capacity end |