class
Amazonite::Lambda::GetDurableExecutionStateRequest
- Amazonite::Lambda::GetDurableExecutionStateRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_durable_execution_state_request.crConstructors
- .new(durable_execution_arn : String, checkpoint_token : String, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#checkpoint_token : String
A checkpoint token that identifies the current state of the execution.
-
#checkpoint_token=(checkpoint_token : String)
A checkpoint token that identifies the current state of the execution.
-
#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) -
#marker : String | Nil
If
NextMarkerwas returned from a previous request, use this value to retrieve the next page of operations. -
#marker=(marker : String | Nil)
If
NextMarkerwas returned from a previous request, use this value to retrieve the next page of operations. -
#max_items : Int32 | Nil
The maximum number of operations to return per call.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of operations to return per call.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A checkpoint token that identifies the current state of the execution. This token is provided by the Lambda runtime and ensures that state retrieval is consistent with the current execution context.
A checkpoint token that identifies the current state of the execution. This token is provided by the Lambda runtime and ensures that state retrieval is consistent with the current execution context.
The Amazon Resource Name (ARN) of the durable execution.
If NextMarker was returned from a previous request, use this value to retrieve the next page
of operations. Each pagination token expires after 24 hours.
If NextMarker was returned from a previous request, use this value to retrieve the next page
of operations. Each pagination token expires after 24 hours.
The maximum number of operations to return per call. You can use Marker to retrieve additional
pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the
default.
The maximum number of operations to return per call. You can use Marker to retrieve additional
pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the
default.