AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
RedshiftResultCompressionType
Redshift
Result
Compression
Type
sealed
class
RedshiftResultCompressionType
The compression used for Redshift query results.
Inheritors
Bzip2
Gzip
None
Snappy
Zstd
SdkUnknown
Members
Types
Bzip2
Link copied to clipboard
object
Bzip2
:
RedshiftResultCompressionType
Companion
Link copied to clipboard
object
Companion
Gzip
Link copied to clipboard
object
Gzip
:
RedshiftResultCompressionType
None
Link copied to clipboard
object
None
:
RedshiftResultCompressionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RedshiftResultCompressionType
Snappy
Link copied to clipboard
object
Snappy
:
RedshiftResultCompressionType
Zstd
Link copied to clipboard
object
Zstd
:
RedshiftResultCompressionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String