Class: Aws::EC2::Types::CreateCapacityReservationFleetResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateCapacityReservationFleetResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allocation_strategy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The allocation strategy used by the Capacity Reservation Fleet.
 - 
  
    
      #capacity_reservation_fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Capacity Reservation Fleet.
 - 
  
    
      #create_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time at which the Capacity Reservation Fleet was created.
 - 
  
    
      #end_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time at which the Capacity Reservation Fleet expires.
 - 
  
    
      #fleet_capacity_reservations  ⇒ Array<Types::FleetCapacityReservation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the individual Capacity Reservations in the Capacity Reservation Fleet.
 - 
  
    
      #instance_match_criteria  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance matching criteria for the Capacity Reservation Fleet.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the Capacity Reservation Fleet.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the Capacity Reservation Fleet.
 - 
  
    
      #tenancy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the tenancy of Capacity Reservation Fleet.
 - 
  
    
      #total_fulfilled_capacity  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The requested capacity units that have been successfully reserved.
 - 
  
    
      #total_target_capacity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
 
Instance Attribute Details
#allocation_strategy ⇒ String
The allocation strategy used by the Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#capacity_reservation_fleet_id ⇒ String
The ID of the Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#create_time ⇒ Time
The date and time at which the Capacity Reservation Fleet was created.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#end_date ⇒ Time
The date and time at which the Capacity Reservation Fleet expires.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_capacity_reservations ⇒ Array<Types::FleetCapacityReservation>
Information about the individual Capacity Reservations in the Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_match_criteria ⇒ String
The instance matching criteria for the Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The status of the Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tenancy ⇒ String
Indicates the tenancy of Capacity Reservation Fleet.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#total_fulfilled_capacity ⇒ Float
The requested capacity units that have been successfully reserved.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#total_target_capacity ⇒ Integer
The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
      7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7747 class CreateCapacityReservationFleetResult < Struct.new( :capacity_reservation_fleet_id, :state, :total_target_capacity, :total_fulfilled_capacity, :instance_match_criteria, :allocation_strategy, :create_time, :end_date, :tenancy, :fleet_capacity_reservations, :tags) SENSITIVE = [] include Aws::Structure end  |