class
Amazonite::Lambda::ListDurableExecutionsByFunctionResponse
- Amazonite::Lambda::ListDurableExecutionsByFunctionResponse
- Reference
- Object
Overview
The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and pagination information.
Included Modules
- JSON::Serializable
Defined in:
lambda/list_durable_executions_by_function_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(durable_executions : Array(Execution) | Nil = nil, next_marker : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#durable_executions : Array(Execution) | Nil
List of durable execution summaries matching the filter criteria.
-
#durable_executions=(durable_executions : Array(Execution) | Nil)
List of durable execution summaries matching the filter criteria.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
Pagination token for retrieving additional results.
-
#next_marker=(next_marker : String | Nil)
Pagination token for retrieving additional results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
List of durable execution summaries matching the filter criteria.
List of durable execution summaries matching the filter criteria.
Pagination token for retrieving additional results. Present only if there are more results available.
Pagination token for retrieving additional results. Present only if there are more results available.