Class: Aws::GameLift::Types::CreatePlayerSessionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreatePlayerSessionOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Represents the returned data in response to a request operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#player_session ⇒ Types::PlayerSession
Object that describes the newly created player session record.
Instance Attribute Details
#player_session ⇒ Types::PlayerSession
Object that describes the newly created player session record.
1788 1789 1790 1791 1792 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1788 class CreatePlayerSessionOutput < Struct.new( :player_session) SENSITIVE = [] include Aws::Structure end |