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

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_group_nameString

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

Returns:

  • (String)


2801
2802
2803
2804
2805
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2801

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