Class: Aws::EC2::Types::CapacityReservationFleetCancellationState
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CapacityReservationFleetCancellationState
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Capacity Reservation Fleet that was successfully cancelled.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #capacity_reservation_fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Capacity Reservation Fleet that was successfully cancelled.
 - 
  
    
      #current_fleet_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the Capacity Reservation Fleet.
 - 
  
    
      #previous_fleet_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The previous state of the Capacity Reservation Fleet.
 
Instance Attribute Details
#capacity_reservation_fleet_id ⇒ String
The ID of the Capacity Reservation Fleet that was successfully cancelled.
      4771 4772 4773 4774 4775 4776 4777  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4771 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#current_fleet_state ⇒ String
The current state of the Capacity Reservation Fleet.
      4771 4772 4773 4774 4775 4776 4777  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4771 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#previous_fleet_state ⇒ String
The previous state of the Capacity Reservation Fleet.
      4771 4772 4773 4774 4775 4776 4777  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4771 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end  |