AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
omics
/
aws.sdk.kotlin.services.omics.model
/
StoreFormat
Store
Format
sealed
class
StoreFormat
Inheritors
Gff
Tsv
Vcf
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gff
Link copied to clipboard
object
Gff
:
StoreFormat
GFF3 Format
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StoreFormat
Tsv
Link copied to clipboard
object
Tsv
:
StoreFormat
TSV Format
Vcf
Link copied to clipboard
object
Vcf
:
StoreFormat
VCF Format
Properties
value
Link copied to clipboard
abstract
val
value
:
String