Class: Aws::GameSparks::Types::GetPlayerConnectionStatusRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamesparks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_nameString

The name of the game.

Returns:

  • (String)


697
698
699
700
701
702
703
# File 'lib/aws-sdk-gamesparks/types.rb', line 697

class GetPlayerConnectionStatusRequest < Struct.new(
  :game_name,
  :player_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#player_idString

The unique identifier representing a player.

Returns:

  • (String)


697
698
699
700
701
702
703
# File 'lib/aws-sdk-gamesparks/types.rb', line 697

class GetPlayerConnectionStatusRequest < Struct.new(
  :game_name,
  :player_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage.

Returns:

  • (String)


697
698
699
700
701
702
703
# File 'lib/aws-sdk-gamesparks/types.rb', line 697

class GetPlayerConnectionStatusRequest < Struct.new(
  :game_name,
  :player_id,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end