AWS SDK for Kotlin
Toggle table of contents
1.6.104
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearch
/
aws.sdk.kotlin.services.opensearch.model
/
DataSourceAttachmentStatus
Data
Source
Attachment
Status
sealed
class
DataSourceAttachmentStatus
Inheritors
Attached
Failed
Pending
SdkUnknown
Members
Types
Attached
Link copied to clipboard
object
Attached
:
DataSourceAttachmentStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
DataSourceAttachmentStatus
Pending
Link copied to clipboard
object
Pending
:
DataSourceAttachmentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataSourceAttachmentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String