AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appstream
/
aws.sdk.kotlin.services.appstream.model
/
PlatformType
Platform
Type
sealed
class
PlatformType
Inheritors
AmazonLinux2
Rhel8
RockyLinux8
Windows
WindowsServer2016
WindowsServer2019
WindowsServer2022
SdkUnknown
Members
Types
Amazon
Linux2
Link copied to clipboard
object
AmazonLinux2
:
PlatformType
Companion
Link copied to clipboard
object
Companion
Rhel8
Link copied to clipboard
object
Rhel8
:
PlatformType
Rocky
Linux8
Link copied to clipboard
object
RockyLinux8
:
PlatformType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlatformType
Windows
Link copied to clipboard
object
Windows
:
PlatformType
Windows
Server2016
Link copied to clipboard
object
WindowsServer2016
:
PlatformType
Windows
Server2019
Link copied to clipboard
object
WindowsServer2019
:
PlatformType
Windows
Server2022
Link copied to clipboard
object
WindowsServer2022
:
PlatformType
Properties
value
Link copied to clipboard
abstract
val
value
:
String