Class: Aws::Types::TerminateGameSessionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def game_session_id
  @game_session_id
end

#termination_mode"TRIGGER_ON_PROCESS_TERMINATE", "FORCE_TERMINATE"

Returns the value of attribute termination_mode.

Returns:

  • ("TRIGGER_ON_PROCESS_TERMINATE", "FORCE_TERMINATE")


2211
2212
2213
# File 'sig/types.rbs', line 2211

def termination_mode
  @termination_mode
end