class
Amazonite::Lambda::ChainedInvokeOptions
- Amazonite::Lambda::ChainedInvokeOptions
- Reference
- Object
Overview
Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.
Included Modules
- JSON::Serializable
Defined in:
lambda/chained_invoke_options.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_name : String
The name or ARN of the Lambda function to invoke.
-
#function_name=(function_name : String)
The name or ARN of the Lambda function to invoke.
-
#hash(hasher)
See
Object#hash(hasher) -
#tenant_id : String | Nil
The tenant identifier for the chained invocation.
-
#tenant_id=(tenant_id : String | Nil)
The tenant identifier for the chained invocation.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.