toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mediaconnect
/
aws.sdk.kotlin.services.mediaconnect.model
/
KeyType
Key
Type
sealed
class
KeyType
Inheritors
Speke
SrtPassword
StaticKey
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyType
Speke
Link copied to clipboard
object
Speke
:
KeyType
Srt
Password
Link copied to clipboard
object
SrtPassword
:
KeyType
Static
Key
Link copied to clipboard
object
StaticKey
:
KeyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String