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)


4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-gamelift/types.rb', line 4068

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)


4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-gamelift/types.rb', line 4068

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