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

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 canceled game session placement, with ‘CANCELLED` status and an end time stamp.



6013
6014
6015
6016
# File 'lib/aws-sdk-gamelift/types.rb', line 6013

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