toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
elasticbeanstalk
/
aws.sdk.kotlin.services.elasticbeanstalk.model
/
SourceRepository
Source
Repository
sealed
class
SourceRepository
Inheritors
CodeCommit
S3
SdkUnknown
Members
Types
Code
Commit
Link copied to clipboard
object
CodeCommit
:
SourceRepository
Companion
Link copied to clipboard
object
Companion
S3
Link copied to clipboard
object
S3
:
SourceRepository
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SourceRepository
Properties
value
Link copied to clipboard
abstract
val
value
:
String