AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
acmpca
/
aws.sdk.kotlin.services.acmpca.model
/
CertificateAuthorityType
Certificate
Authority
Type
sealed
class
CertificateAuthorityType
Inheritors
Root
Subordinate
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Root
Link copied to clipboard
object
Root
:
CertificateAuthorityType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CertificateAuthorityType
Subordinate
Link copied to clipboard
object
Subordinate
:
CertificateAuthorityType
Properties
value
Link copied to clipboard
abstract
val
value
:
String