Class: Aws::GameLift::Types::UpdateGameServerGroupOutput

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 updated properties.



12003
12004
12005
12006
12007
# File 'lib/aws-sdk-gamelift/types.rb', line 12003

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