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

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

Returns:

  • (String)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2832

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)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2832

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