AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gameliftstreams
/
aws.sdk.kotlin.services.gameliftstreams.model
/
RuntimeEnvironmentType
Runtime
Environment
Type
sealed
class
RuntimeEnvironmentType
Inheritors
Proton
Ubuntu
Windows
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Proton
Link copied to clipboard
object
Proton
:
RuntimeEnvironmentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RuntimeEnvironmentType
Ubuntu
Link copied to clipboard
object
Ubuntu
:
RuntimeEnvironmentType
Windows
Link copied to clipboard
object
Windows
:
RuntimeEnvironmentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String