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

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



9048
9049
9050
9051
9052
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9048

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