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.



10518
10519
10520
10521
10522
# File 'lib/aws-sdk-gamelift/types.rb', line 10518

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