AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
amplify
/
aws.sdk.kotlin.services.amplify.model
/
CertificateType
Certificate
Type
sealed
class
CertificateType
Inheritors
AmplifyManaged
Custom
SdkUnknown
Members
Types
Amplify
Managed
Link copied to clipboard
object
AmplifyManaged
:
CertificateType
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
object
Custom
:
CertificateType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CertificateType
Properties
value
Link copied to clipboard
abstract
val
value
:
String