Class: Aws::GameLift::Types::StopGameSessionPlacementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::StopGameSessionPlacementOutput
- 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
-
#game_session_placement ⇒ Types::GameSessionPlacement
Object that describes the canceled game session placement, with
CANCELLED
status and an end time stamp.
Instance Attribute Details
#game_session_placement ⇒ Types::GameSessionPlacement
Object that describes the canceled game session placement, with
CANCELLED
status and an end time stamp.
8301 8302 8303 8304 8305 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8301 class StopGameSessionPlacementOutput < Struct.new( :game_session_placement) SENSITIVE = [] include Aws::Structure end |