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
/
ServerType
Server
Type
sealed
class
ServerType
Inheritors
Bitbucket
Github
GithubEnterprise
Gitlab
GitlabSelfManaged
SdkUnknown
Members
Types
Bitbucket
Link copied to clipboard
object
Bitbucket
:
ServerType
Companion
Link copied to clipboard
object
Companion
Github
Link copied to clipboard
object
Github
:
ServerType
Github
Enterprise
Link copied to clipboard
object
GithubEnterprise
:
ServerType
Gitlab
Link copied to clipboard
object
Gitlab
:
ServerType
Gitlab
Self
Managed
Link copied to clipboard
object
GitlabSelfManaged
:
ServerType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServerType
Properties
value
Link copied to clipboard
abstract
val
value
:
String