Class: Aws::GameLift::Types::DescribeGameServerGroupInput

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_group_nameString

A unique identifier for the game server group. Use either the name or ARN value.

Returns:

  • (String)


4142
4143
4144
4145
4146
# File 'lib/aws-sdk-gamelift/types.rb', line 4142

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