AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
DataFormat
Data
Format
sealed
class
DataFormat
Inheritors
Csv
Jsonl
Orc
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
DataFormat
Jsonl
Link copied to clipboard
object
Jsonl
:
DataFormat
Orc
Link copied to clipboard
object
Orc
:
DataFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String