AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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