Class: Aws::GameLift::Types::SuspendGameServerGroupOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 suspended activity.

Returns:



11162
11163
11164
11165
11166
# File 'lib/aws-sdk-gamelift/types.rb', line 11162

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