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
/
SourceAuthType
Source
Auth
Type
sealed
class
SourceAuthType
Inheritors
Codeconnections
Oauth
SecretsManager
SdkUnknown
Members
Types
Codeconnections
Link copied to clipboard
object
Codeconnections
:
SourceAuthType
Companion
Link copied to clipboard
object
Companion
Oauth
Link copied to clipboard
object
Oauth
:
SourceAuthType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SourceAuthType
Secrets
Manager
Link copied to clipboard
object
SecretsManager
:
SourceAuthType
Properties
value
Link copied to clipboard
abstract
val
value
:
String