enum
Amazonite::Lambda::OperationType
Defined in:
lambda/operation_type.crEnum Members
-
Execution =
0 -
Context =
1 -
Step =
2 -
Wait =
3 -
Callback =
4 -
ChainedInvoke =
5
Class Method Summary
- .from_json(pull : JSON::PullParser) : AL::OperationType
- .from_json_object_key?(key : String) : AL::OperationType | Nil
- .to_json(e : OperationType, json : JSON::Builder) : Nil
Instance Method Summary
-
#callback?
Returns
trueif this enum value equalsCallback -
#chained_invoke?
Returns
trueif this enum value equalsChainedInvoke -
#context?
Returns
trueif this enum value equalsContext -
#execution?
Returns
trueif this enum value equalsExecution -
#step?
Returns
trueif this enum value equalsStep - #to_json_object_key : String
-
#wait?
Returns
trueif this enum value equalsWait