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