AWS SDK for Kotlin
Toggle table of contents
1.6.90
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
paymentcryptography
/
aws.sdk.kotlin.services.paymentcryptography.model
/
AssociationState
Association
State
sealed
class
AssociationState
Inheritors
Active
DeletePending
UpdatePending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
AssociationState
Companion
Link copied to clipboard
object
Companion
Delete
Pending
Link copied to clipboard
object
DeletePending
:
AssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssociationState
Update
Pending
Link copied to clipboard
object
UpdatePending
:
AssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String