Class: Aws::GameSparks::Types::GetPlayerConnectionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetPlayerConnectionStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_name ⇒ String
The name of the game.
-
#player_id ⇒ String
The unique identifier representing a player.
-
#stage_name ⇒ String
The name of the stage.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
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_id ⇒ String
The unique identifier representing a player.
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_name ⇒ String
The name of the stage.
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 |