DescribeGameSessionsRequest
Types
Properties
Link copied to clipboard
An identifier for the game session that is unique across all regions to retrieve. 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
Game session status to filter results on. You can filter on the following states: ACTIVE, TERMINATED, ACTIVATING, and TERMINATING. The last two are transitory and used for only very brief periods of time.
Functions
Link copied to clipboard
inline fun copy(block: DescribeGameSessionsRequest.Builder.() -> Unit = {}): DescribeGameSessionsRequest