Class: Aws::GameLift::Types::DescribeGameServerGroupInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeGameServerGroupInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #game_server_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the game server group.
 
Instance Attribute Details
#game_server_group_name ⇒ String
A unique identifier for the game server group. Use either the name or ARN value.
      4037 4038 4039 4040 4041  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4037 class DescribeGameServerGroupInput < Struct.new( :game_server_group_name) SENSITIVE = [] include Aws::Structure end  |