Class: Aws::GameLift::Types::ResumeGameServerGroupOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::ResumeGameServerGroupOutput
 
 
- 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 that describes the game server group resource, with the ‘SuspendedActions` property updated to reflect the resumed activity.
 
Instance Attribute Details
#game_server_group ⇒ Types::GameServerGroup
An object that describes the game server group resource, with the ‘SuspendedActions` property updated to reflect the resumed activity.
      8995 8996 8997 8998 8999  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8995 class ResumeGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end  |