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.



4155
4156
4157
4158
4159
# File 'lib/aws-sdk-gamelift/types.rb', line 4155

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