Class: Aws::GameLift::Types::StopGameSessionPlacementOutput

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

#game_session_placementTypes::GameSessionPlacement

Object that describes the canceled game session placement, with CANCELLED status and an end time stamp.



8408
8409
8410
8411
8412
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8408

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