AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
omics
/
aws.sdk.kotlin.services.omics.model
/
ShareResourceType
Share
Resource
Type
sealed
class
ShareResourceType
Inheritors
AnnotationStore
VariantStore
Workflow
SdkUnknown
Members
Types
Annotation
Store
Link copied to clipboard
object
AnnotationStore
:
ShareResourceType
The share is on an annotation store
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ShareResourceType
Variant
Store
Link copied to clipboard
object
VariantStore
:
ShareResourceType
The share is on a variant store
Workflow
Link copied to clipboard
object
Workflow
:
ShareResourceType
The share is on a workflow
Properties
value
Link copied to clipboard
abstract
val
value
:
String