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