AWS SDK for Kotlin
Toggle table of contents
1.5.19
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
VolumeAttachmentStatus
Volume
Attachment
Status
sealed
class
VolumeAttachmentStatus
Inheritors
Attached
Attaching
Busy
Detached
Detaching
SdkUnknown
Members
Types
Attached
Link copied to clipboard
object
Attached
:
VolumeAttachmentStatus
Attaching
Link copied to clipboard
object
Attaching
:
VolumeAttachmentStatus
Busy
Link copied to clipboard
object
Busy
:
VolumeAttachmentStatus
Companion
Link copied to clipboard
object
Companion
Detached
Link copied to clipboard
object
Detached
:
VolumeAttachmentStatus
Detaching
Link copied to clipboard
object
Detaching
:
VolumeAttachmentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VolumeAttachmentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String