AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.GameSessionDetail

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class GameSessionDetail

The GameSessionDetail type exposes the following members

Constructors

NameDescription
Public Method GameSessionDetail()

Properties

NameTypeDescription
Public Property GameSession Amazon.GameLift.Model.GameSession

Gets and sets the property GameSession.

Object that describes a game session.

Public Property ProtectionPolicy Amazon.GameLift.ProtectionPolicy

Gets and sets the property ProtectionPolicy.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5