Class: Aws::GameLift::Types::StartGameSessionPlacementOutput

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

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#game_session_placementTypes::GameSessionPlacement

Object that describes the newly created game session placement. This object includes all the information provided in the request, as well as start/end time stamps and placement status.



5788
5789
5790
5791
# File 'lib/aws-sdk-gamelift/types.rb', line 5788

class StartGameSessionPlacementOutput < Struct.new(
  :game_session_placement)
  include Aws::Structure
end