Class: Aws::GameLift::Types::ResumeGameServerGroupOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_groupTypes::GameServerGroup

An object that describes the game server group resource, with the SuspendedActions property updated to reflect the resumed activity.



7531
7532
7533
7534
7535
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7531

class ResumeGameServerGroupOutput < Struct.new(
  :game_server_group)
  SENSITIVE = []
  include Aws::Structure
end