Class: Aws::GameLift::Types::StartGameSessionPlacementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::StartGameSessionPlacementOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_session_placement ⇒ Types::GameSessionPlacement
Object that describes the newly created game session placement.
Instance Attribute Details
#game_session_placement ⇒ Types::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.
10278 10279 10280 10281 10282 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10278 class StartGameSessionPlacementOutput < Struct.new( :game_session_placement) SENSITIVE = [] include Aws::Structure end |