AWS SDK for Kotlin
Toggle table of contents
1.5.54
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssoadmin
/
aws.sdk.kotlin.services.ssoadmin.model
/
KmsKeyType
Kms
Key
Type
sealed
class
KmsKeyType
Inheritors
AwsOwnedKmsKey
CustomerManagedKey
SdkUnknown
Members
Types
Aws
Owned
Kms
Key
Link copied to clipboard
object
AwsOwnedKmsKey
:
KmsKeyType
Companion
Link copied to clipboard
object
Companion
Customer
Managed
Key
Link copied to clipboard
object
CustomerManagedKey
:
KmsKeyType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KmsKeyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String