toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
rolesanywhere
/
aws.sdk.kotlin.services.rolesanywhere.model
/
TrustAnchorType
Trust
Anchor
Type
sealed
class
TrustAnchorType
Inheritors
AwsAcmPca
CertificateBundle
SelfSignedRepository
SdkUnknown
Members
Types
Aws
Acm
Pca
Link copied to clipboard
object
AwsAcmPca
:
TrustAnchorType
Certificate
Bundle
Link copied to clipboard
object
CertificateBundle
:
TrustAnchorType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TrustAnchorType
Self
Signed
Repository
Link copied to clipboard
object
SelfSignedRepository
:
TrustAnchorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String