Class: Aws::GameLift::Types::DeleteLocationInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DeleteLocationInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #location_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location name of the custom location to be deleted.
 
Instance Attribute Details
#location_name ⇒ String
The location name of the custom location to be deleted.
      3283 3284 3285 3286 3287  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3283 class DeleteLocationInput < Struct.new( :location_name) SENSITIVE = [] include Aws::Structure end  |