AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
artifact
/
aws.sdk.kotlin.services.artifact.model
/
CustomerAgreementState
Customer
Agreement
State
sealed
class
CustomerAgreementState
Inheritors
Active
AwsTerminated
CustomerTerminated
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
CustomerAgreementState
Aws
Terminated
Link copied to clipboard
object
AwsTerminated
:
CustomerAgreementState
Companion
Link copied to clipboard
object
Companion
Customer
Terminated
Link copied to clipboard
object
CustomerTerminated
:
CustomerAgreementState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomerAgreementState
Properties
value
Link copied to clipboard
abstract
val
value
:
String