AWS SDK for Kotlin
Toggle table of contents
1.5.38
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
paymentcryptography
/
aws.sdk.kotlin.services.paymentcryptography.model
/
KeyReplicationState
Key
Replication
State
sealed
class
KeyReplicationState
Defines the replication state of a key
Inheritors
DeleteInProgress
Failed
InProgress
Synchronized
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
KeyReplicationState
Failed
Link copied to clipboard
object
Failed
:
KeyReplicationState
In
Progress
Link copied to clipboard
object
InProgress
:
KeyReplicationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyReplicationState
Synchronized
Link copied to clipboard
object
Synchronized
:
KeyReplicationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String