Class: Aws::GameLift::Types::DeleteFleetInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DeleteFleetInput
 
 
- Defined in:
 - gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the fleet to be deleted.
 
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to be deleted. You can use either the fleet ID or ARN value.
      3262 3263 3264 3265 3266  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3262 class DeleteFleetInput < Struct.new( :fleet_id) SENSITIVE = [] include Aws::Structure end  |