Class: Aws::GameLift::Types::LocationConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::LocationConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
**This data type has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.**
A remote location where a multi-location fleet can deploy game servers for game hosting.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An Amazon Web Services Region code, such as ‘us-west-2`.
 
Instance Attribute Details
#location ⇒ String
An Amazon Web Services Region code, such as ‘us-west-2`. For a list of supported Regions and Local Zones, see [ Amazon GameLift service locations] for managed hosting.
[1]: docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html
      7729 7730 7731 7732 7733  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7729 class LocationConfiguration < Struct.new( :location) SENSITIVE = [] include Aws::Structure end  |