You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::GameSessionDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A game session's properties plus the protection policy currently in force.

Instance Attribute Summary collapse

Instance Attribute Details

#game_sessionTypes::GameSession

Object that describes a game session.

Returns:

#protection_policyString

Current status of protection for the game session.

  • NoProtection -- The game session can be terminated during a scale-down event.

  • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

    Possible values:

    • NoProtection
    • FullProtection

Returns:

  • (String)

    Current status of protection for the game session.