Class: Aws::GameLift::Types::DescribeGameServerGroupOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeGameServerGroupOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #game_server_group  ⇒ Types::GameServerGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object with the property settings for the requested game server group resource.
 
Instance Attribute Details
#game_server_group ⇒ Types::GameServerGroup
An object with the property settings for the requested game server group resource.
      4050 4051 4052 4053 4054  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4050 class DescribeGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end  |