AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
omics
/
aws.sdk.kotlin.services.omics.model
/
SourceReferenceType
Source
Reference
Type
sealed
class
SourceReferenceType
Inheritors
Branch
Commit
Tag
SdkUnknown
Members
Types
Branch
Link copied to clipboard
object
Branch
:
SourceReferenceType
Commit
Link copied to clipboard
object
Commit
:
SourceReferenceType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SourceReferenceType
Tag
Link copied to clipboard
object
Tag
:
SourceReferenceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String