Class: Aws::GameLift::Types::CreateLocationInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateLocationInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A descriptive name for the custom location.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of labels to assign to the new resource.
 
Instance Attribute Details
#location_name ⇒ String
A descriptive name for the custom location.
      2624 2625 2626 2627 2628 2629  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2624 class CreateLocationInput < Struct.new( :location_name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
A list of labels to assign to the new resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management, and cost allocation. For more information, see [ Tagging Amazon Web Services Resources] in the *Amazon Web Services General Rareference*.
      2624 2625 2626 2627 2628 2629  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 2624 class CreateLocationInput < Struct.new( :location_name, :tags) SENSITIVE = [] include Aws::Structure end  |