Method: Aws::GameLift::Types::TerminateGameSessionInput#game_session_id

Defined in:
lib/aws-sdk-gamelift/types.rb

#game_session_idString

A unique identifier for the game session to be terminated. A game session ARN has the following format: ‘arn:aws:gamelift:<location>::gamesession/<fleet ID>/<custom ID string or idempotency token>`.

Returns:

  • (String)


11223
11224
11225
11226
11227
11228
# File 'lib/aws-sdk-gamelift/types.rb', line 11223

class TerminateGameSessionInput < Struct.new(
  :game_session_id,
  :termination_mode)
  SENSITIVE = []
  include Aws::Structure
end