AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cleanroomsml
/
aws.sdk.kotlin.services.cleanroomsml.model
/
ResultFormat
Result
Format
sealed
class
ResultFormat
File format of the returned data.
Inheritors
Csv
Parquet
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
ResultFormat
Parquet
Link copied to clipboard
object
Parquet
:
ResultFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResultFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String