class Amazonite::Lambda::GetDurableExecutionStateResponse

Overview

The response from the GetDurableExecutionState operation, containing the current execution state for replay.

Included Modules

Defined in:

lambda/get_durable_execution_state_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operations : Array(Operation), next_marker : String | Nil = nil) #

[View source]
def self.new(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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_marker : String | Nil #

If present, indicates that more operations are available. Use this value as the Marker parameter in a subsequent request to retrieve the next page of results.


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

If present, indicates that more operations are available. Use this value as the Marker parameter in a subsequent request to retrieve the next page of results.


[View source]
def operations : Array(Operation) #

An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.


[View source]
def operations=(operations : Array(Operation)) #

An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.


[View source]
def validate! : Nil #

[View source]