Class: Aws::GameLift::Types::DescribeGameServerInput

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 where the game server is running.

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
# File 'lib/aws-sdk-gamelift/types.rb', line 4002

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

#game_server_idString

A custom string that uniquely identifies the game server information to be retrieved.

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
# File 'lib/aws-sdk-gamelift/types.rb', line 4002

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