C# Класс Amazon.GameLift.Model.DescribeGameSessionsRequest

Container for the parameters to the DescribeGameSessions operation. Retrieves a set of one or more game sessions and properties. This action can be used in several ways: (1) provide a GameSessionId to request properties for a specific game session; (2) provide a FleetId or an AliasId to request properties for all game sessions running on a fleet. You can also use SearchGameSessions, which allows you to retrieve all game sessions or filter on certain criteria, but only returns game sessions with a status of ACTIVE. If you need to retrieve the protection policy for each game session, use DescribeGameSessionDetails.

To get game session record(s), specify just one of the following: game session ID, fleet ID, or alias ID. You can filter this request by game session status. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, a GameSession object is returned for each session matching the request.

Наследование: AmazonGameLiftRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetAliasId ( ) : bool
IsSetFleetId ( ) : bool
IsSetGameSessionId ( ) : bool
IsSetLimit ( ) : bool
IsSetNextToken ( ) : bool
IsSetStatusFilter ( ) : bool