Class: Aws::GameLift::Types::CreatePlayerSessionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreatePlayerSessionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#player_sessions ⇒ Array<Types::PlayerSession>
A collection of player session objects created for the added players.
Instance Attribute Details
#player_sessions ⇒ Array<Types::PlayerSession>
A collection of player session objects created for the added players.
2896 2897 2898 2899 2900 |
# File 'lib/aws-sdk-gamelift/types.rb', line 2896 class CreatePlayerSessionsOutput < Struct.new( :player_sessions) SENSITIVE = [] include Aws::Structure end |