toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iot
/
aws.sdk.kotlin.services.iot.model
/
CertificateStatus
Certificate
Status
sealed
class
CertificateStatus
Inheritors
Active
Inactive
PendingActivation
PendingTransfer
RegisterInactive
Revoked
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
CertificateStatus
Companion
Link copied to clipboard
object
Companion
Inactive
Link copied to clipboard
object
Inactive
:
CertificateStatus
Pending
Activation
Link copied to clipboard
object
PendingActivation
:
CertificateStatus
Pending
Transfer
Link copied to clipboard
object
PendingTransfer
:
CertificateStatus
Register
Inactive
Link copied to clipboard
object
RegisterInactive
:
CertificateStatus
Revoked
Link copied to clipboard
object
Revoked
:
CertificateStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CertificateStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String