toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
RedshiftResultFormat
Redshift
Result
Format
sealed
class
RedshiftResultFormat
The data storage format for Redshift query results.
Inheritors
Csv
Parquet
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
RedshiftResultFormat
Parquet
Link copied to clipboard
object
Parquet
:
RedshiftResultFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RedshiftResultFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String