enum
Amazonite::Lambda::LogType
Defined in:
lambda/log_type.crEnum Members
-
None =
0 -
Tail =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AL::LogType
- .from_json_object_key?(key : String) : AL::LogType | Nil
- .to_json(e : LogType, json : JSON::Builder) : Nil
Instance Method Summary
-
#none?
Returns
trueif this enum value equalsNone -
#tail?
Returns
trueif this enum value equalsTail - #to_json_object_key : String