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