Class: Aws::EC2::Types::DeleteFleetSuccessItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteFleetSuccessItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an EC2 Fleet that was successfully deleted.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #current_fleet_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the EC2 Fleet.
 - 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the EC2 Fleet.
 - 
  
    
      #previous_fleet_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The previous state of the EC2 Fleet.
 
Instance Attribute Details
#current_fleet_state ⇒ String
The current state of the EC2 Fleet.
      15171 15172 15173 15174 15175 15176 15177  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15171 class DeleteFleetSuccessItem < Struct.new( :current_fleet_state, :previous_fleet_state, :fleet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#fleet_id ⇒ String
The ID of the EC2 Fleet.
      15171 15172 15173 15174 15175 15176 15177  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15171 class DeleteFleetSuccessItem < Struct.new( :current_fleet_state, :previous_fleet_state, :fleet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#previous_fleet_state ⇒ String
The previous state of the EC2 Fleet.
      15171 15172 15173 15174 15175 15176 15177  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15171 class DeleteFleetSuccessItem < Struct.new( :current_fleet_state, :previous_fleet_state, :fleet_id) SENSITIVE = [] include Aws::Structure end  |