DescribePlayerSessionsRequest
Types
Properties
Link copied to clipboard
An identifier for the game session that is unique across all regions to retrieve player sessions for. The value is always a full ARN in the following format: For Home Region game session - arn:aws:gamelift:<home_region>::gamesession/<fleet ID>/<ID string>. For Remote Location game session - arn:aws:gamelift:<home_region>::gamesession/<fleet ID>/<location>/<ID string>.
Link copied to clipboard
Link copied to clipboard
A unique identifier for a player session to retrieve.
Link copied to clipboard
Player session status to filter results on. Note that when a PlayerSessionId or PlayerId is provided in a DescribePlayerSessions request, then the PlayerSessionStatusFilter has no effect on the response.
Functions
Link copied to clipboard
inline fun copy(block: DescribePlayerSessionsRequest.Builder.() -> Unit = {}): DescribePlayerSessionsRequest