AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lightsail
/
aws.sdk.kotlin.services.lightsail.model
/
DiskSnapshotState
Disk
Snapshot
State
sealed
class
DiskSnapshotState
Inheritors
Completed
Error
Pending
Unknown
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
DiskSnapshotState
Error
Link copied to clipboard
object
Error
:
DiskSnapshotState
Pending
Link copied to clipboard
object
Pending
:
DiskSnapshotState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DiskSnapshotState
Unknown
Link copied to clipboard
object
Unknown
:
DiskSnapshotState
Properties
value
Link copied to clipboard
abstract
val
value
:
String