enum
Amazonite::Kinesis::S3TablesCompressionType
Defined in:
kinesis/s3_tables_compression_type.crEnum Members
-
None =
0 -
Zstd =
1 -
Snappy =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : AK::S3TablesCompressionType
- .from_json_object_key?(key : String) : AK::S3TablesCompressionType | Nil
- .to_json(e : S3TablesCompressionType, json : JSON::Builder) : Nil
Instance Method Summary
-
#none?
Returns
trueif this enum value equalsNone -
#snappy?
Returns
trueif this enum value equalsSnappy - #to_json_object_key : String
-
#zstd?
Returns
trueif this enum value equalsZstd