AWS SDK for Kotlin
Toggle table of contents
1.6.93
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
VolumeState
Volume
State
sealed
class
VolumeState
The state of a persistent volume.
Inheritors
Available
InUse
PendingAttachment
PendingCreation
PendingDeletion
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
VolumeState
Companion
Link copied to clipboard
object
Companion
In
Use
Link copied to clipboard
object
InUse
:
VolumeState
Pending
Attachment
Link copied to clipboard
object
PendingAttachment
:
VolumeState
Pending
Creation
Link copied to clipboard
object
PendingCreation
:
VolumeState
Pending
Deletion
Link copied to clipboard
object
PendingDeletion
:
VolumeState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VolumeState
Properties
value
Link copied to clipboard
abstract
val
value
:
String