Class: Aws::GameLift::Types::SuspendGameServerGroupOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLift::Types::SuspendGameServerGroupOutput
 
- 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 the SuspendedActionsproperty updated to reflect the suspended 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 suspended
activity.
| 11105 11106 11107 11108 11109 | # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11105 class SuspendGameServerGroupOutput < Struct.new( :game_server_group) SENSITIVE = [] include Aws::Structure end |