Class: Aws::Types::TerminateGameSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::TerminateGameSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#termination_mode ⇒ "TRIGGER_ON_PROCESS_TERMINATE", "FORCE_TERMINATE"
Returns the value of attribute termination_mode.
Instance Attribute Details
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
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.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def termination_mode @termination_mode end |