Class: Aws::GameLift::Types::StopGameSessionPlacementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::StopGameSessionPlacementOutput
- 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 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.
10470 10471 10472 10473 10474 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10470 class StopGameSessionPlacementOutput < Struct.new( :game_session_placement) SENSITIVE = [] include Aws::Structure end |