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
/
PlayerSessionCreationPolicy
Player
Session
Creation
Policy
sealed
class
PlayerSessionCreationPolicy
Inheritors
AcceptAll
DenyAll
SdkUnknown
Members
Types
Accept
All
Link copied to clipboard
object
AcceptAll
:
PlayerSessionCreationPolicy
Companion
Link copied to clipboard
object
Companion
Deny
All
Link copied to clipboard
object
DenyAll
:
PlayerSessionCreationPolicy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlayerSessionCreationPolicy
Properties
value
Link copied to clipboard
abstract
val
value
:
String