AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gamelift
/
aws.sdk.kotlin.services.gamelift.model
/
PlayerSessionStatus
Player
Session
Status
sealed
class
PlayerSessionStatus
Inheritors
Active
Completed
Reserved
Timedout
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
PlayerSessionStatus
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
PlayerSessionStatus
Reserved
Link copied to clipboard
object
Reserved
:
PlayerSessionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlayerSessionStatus
Timedout
Link copied to clipboard
object
Timedout
:
PlayerSessionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String