AWS SDK for Kotlin
Toggle table of contents
1.9.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kinesis
/
aws.sdk.kotlin.services.kinesis.model
/
S3TablesCompressionType
S3Tables
Compression
Type
sealed
class
S3TablesCompressionType
Inheritors
None
Snappy
Zstd
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
None
Link copied to clipboard
object
None
:
S3TablesCompressionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
S3TablesCompressionType
Snappy
Link copied to clipboard
object
Snappy
:
S3TablesCompressionType
Zstd
Link copied to clipboard
object
Zstd
:
S3TablesCompressionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String