Class: Aws::GameLift::Types::UpdateGameServerGroupOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLift::Types::UpdateGameServerGroupOutput
 
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #game_server_group  ⇒ Types::GameServerGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object that describes the game server group resource with updated properties. 
Instance Attribute Details
#game_server_group ⇒ Types::GameServerGroup
An object that describes the game server group resource with updated properties.
| 12020 12021 12022 12023 12024 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12020 class UpdateGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end |