enum
Amazonite::Kinesis::EncryptionType
Defined in:
kinesis/encryption_type.crEnum Members
-
None =
0 -
Kms =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AK::EncryptionType
- .from_json_object_key?(key : String) : AK::EncryptionType | Nil
- .to_json(e : EncryptionType, json : JSON::Builder) : Nil
Instance Method Summary
-
#kms?
Returns
trueif this enum value equalsKms -
#none?
Returns
trueif this enum value equalsNone - #to_json_object_key : String