toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
fsx
/
aws.sdk.kotlin.services.fsx.model
/
SnapshotLifecycle
Snapshot
Lifecycle
sealed
class
SnapshotLifecycle
Inheritors
Available
Creating
Deleting
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
SnapshotLifecycle
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
SnapshotLifecycle
Deleting
Link copied to clipboard
object
Deleting
:
SnapshotLifecycle
Pending
Link copied to clipboard
object
Pending
:
SnapshotLifecycle
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SnapshotLifecycle
Properties
value
Link copied to clipboard
abstract
val
value
:
String