toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
qldb
/
aws.sdk.kotlin.services.qldb.model
/
LedgerState
Ledger
State
sealed
class
LedgerState
Inheritors
Active
Creating
Deleted
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
LedgerState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
LedgerState
Deleted
Link copied to clipboard
object
Deleted
:
LedgerState
Deleting
Link copied to clipboard
object
Deleting
:
LedgerState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LedgerState
Properties
value
Link copied to clipboard
abstract
val
value
:
String