class
Amazonite::Lambda::GetDurableExecutionRequest
- Amazonite::Lambda::GetDurableExecutionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_durable_execution_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(durable_execution_arn : String, include_execution_data : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#durable_execution_arn : String
The Amazon Resource Name (ARN) of the durable execution.
-
#durable_execution_arn=(durable_execution_arn : String)
The Amazon Resource Name (ARN) of the durable execution.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_execution_data : Bool | Nil
Specifies whether to include execution data such as input payload, result, and error information in the response.
-
#include_execution_data=(include_execution_data : Bool | Nil)
Specifies whether to include execution data such as input payload, result, and error information in the response.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the durable execution.
Specifies whether to include execution data such as input payload, result, and error information
in the response. Set to false for a more compact response that includes only execution
metadata. The default value is set to true.
Specifies whether to include execution data such as input payload, result, and error information
in the response. Set to false for a more compact response that includes only execution
metadata. The default value is set to true.