AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
auditmanager
/
aws.sdk.kotlin.services.auditmanager.model
/
AccountStatus
Account
Status
sealed
class
AccountStatus
Inheritors
Active
Inactive
PendingActivation
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
AccountStatus
Companion
Link copied to clipboard
object
Companion
Inactive
Link copied to clipboard
object
Inactive
:
AccountStatus
Pending
Activation
Link copied to clipboard
object
PendingActivation
:
AccountStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccountStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String