class Amazonite::Lambda::ListDurableExecutionsByFunctionResponse

Overview

The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and pagination information.

Included Modules

Defined in:

lambda/list_durable_executions_by_function_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(durable_executions : Array(Execution) | Nil = nil, next_marker : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def durable_executions : Array(Execution) | Nil #

List of durable execution summaries matching the filter criteria.


[View source]
def durable_executions=(durable_executions : Array(Execution) | Nil) #

List of durable execution summaries matching the filter criteria.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_marker : String | Nil #

Pagination token for retrieving additional results. Present only if there are more results available.


[View source]
def next_marker=(next_marker : String | Nil) #

Pagination token for retrieving additional results. Present only if there are more results available.


[View source]
def validate! : Nil #

[View source]