AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
firehose
/
aws.sdk.kotlin.services.firehose.model
/
CompressionFormat
Compression
Format
sealed
class
CompressionFormat
Inheritors
Gzip
HadoopSnappy
Snappy
Uncompressed
Zip
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gzip
Link copied to clipboard
object
Gzip
:
CompressionFormat
Hadoop
Snappy
Link copied to clipboard
object
HadoopSnappy
:
CompressionFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CompressionFormat
Snappy
Link copied to clipboard
object
Snappy
:
CompressionFormat
Uncompressed
Link copied to clipboard
object
Uncompressed
:
CompressionFormat
Zip
Link copied to clipboard
object
Zip
:
CompressionFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String