Class: Aws::GameLift::Types::CreateFleetLocationsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateFleetLocationsInput
 
 
- 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 add locations to.
 - 
  
    
      #locations  ⇒ Array<Types::LocationConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of locations to deploy additional instances to and manage as part of the fleet.
 
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value.
      2139 2140 2141 2142 2143 2144  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2139 class CreateFleetLocationsInput < Struct.new( :fleet_id, :locations) SENSITIVE = [] include Aws::Structure end  | 
  
#locations ⇒ Array<Types::LocationConfiguration>
A list of locations to deploy additional instances to and manage as part of the fleet. You can add any Amazon GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services Region code such as ‘us-west-2`.
      2139 2140 2141 2142 2143 2144  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2139 class CreateFleetLocationsInput < Struct.new( :fleet_id, :locations) SENSITIVE = [] include Aws::Structure end  |