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