@aws-sdk/client-gamelift

DescribeGameSessionDetailsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
GameSessionDetails GameSessionDetail[] | undefined

A collection of properties for each game session that matches the request.

NextToken string | undefined

A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

Full Signature

export interface DescribeGameSessionDetailsCommandOutput extends DescribeGameSessionDetailsOutput, MetadataBearer