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
/
ExportType
Export
Type
sealed
class
ExportType
Inheritors
FullExport
IncrementalExport
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Full
Export
Link copied to clipboard
object
FullExport
:
ExportType
Incremental
Export
Link copied to clipboard
object
IncrementalExport
:
ExportType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExportType
Properties
value
Link copied to clipboard
abstract
val
value
:
String