Class: Aws::GameLift::Types::DeleteFleetLocationsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DeleteFleetLocationsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 delete locations for.
 - 
  
    
      #locations  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of fleet locations to delete.
 
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to delete locations for. You can use either the fleet ID or ARN value.
      3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3179 class DeleteFleetLocationsInput < Struct.new( :fleet_id, :locations) SENSITIVE = [] include Aws::Structure end  | 
  
#locations ⇒ Array<String>
The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such as ‘us-west-2`.
      3179 3180 3181 3182 3183 3184  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3179 class DeleteFleetLocationsInput < Struct.new( :fleet_id, :locations) SENSITIVE = [] include Aws::Structure end  |