Class: Aws::GameLift::Types::CreatePlayerSessionsOutput

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

#player_sessionsArray<Types::PlayerSession>

A collection of player session objects created for the added players.

Returns:



1742
1743
1744
1745
1746
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1742

class CreatePlayerSessionsOutput < Struct.new(
  :player_sessions)
  SENSITIVE = []
  include Aws::Structure
end