class
Amazonite::Lambda::PutFunctionRecursionConfigResponse
- Amazonite::Lambda::PutFunctionRecursionConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/put_function_recursion_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(recursive_loop : RecursiveLoop | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#recursive_loop : RecursiveLoop | Nil
The status of your function's recursive loop detection configuration.
-
#recursive_loop=(recursive_loop : RecursiveLoop | Nil)
The status of your function's recursive loop detection configuration.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The status of your function's recursive loop detection configuration.
When this value is set to Allowand Lambda detects your function being invoked as part of a
recursive loop, it doesn't take any action.
When this value is set to Terminate and Lambda detects your function being invoked as part of
a recursive loop, it stops your function being invoked and notifies you.
The status of your function's recursive loop detection configuration.
When this value is set to Allowand Lambda detects your function being invoked as part of a
recursive loop, it doesn't take any action.
When this value is set to Terminate and Lambda detects your function being invoked as part of
a recursive loop, it stops your function being invoked and notifies you.