AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codebuild
/
aws.sdk.kotlin.services.codebuild.model
/
PlatformType
Platform
Type
sealed
class
PlatformType
Inheritors
AmazonLinux
Debian
Ubuntu
WindowsServer
SdkUnknown
Members
Types
Amazon
Linux
Link copied to clipboard
object
AmazonLinux
:
PlatformType
Companion
Link copied to clipboard
object
Companion
Debian
Link copied to clipboard
object
Debian
:
PlatformType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlatformType
Ubuntu
Link copied to clipboard
object
Ubuntu
:
PlatformType
Windows
Server
Link copied to clipboard
object
WindowsServer
:
PlatformType
Properties
value
Link copied to clipboard
abstract
val
value
:
String