Class: Aws::GameLift::Types::DescribeGameServerGroupOutput

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 with the property settings for the requested game server group resource.



3984
3985
3986
3987
3988
# File 'lib/aws-sdk-gamelift/types.rb', line 3984

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