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)


3971
3972
3973
3974
3975
# File 'lib/aws-sdk-gamelift/types.rb', line 3971

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