class Amazonite::Lambda::CheckpointUpdatedExecutionState

Overview

Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.

Included Modules

Defined in:

lambda/checkpoint_updated_execution_state.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

See Object#hash(hasher)


def next_marker : String | Nil #

Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.


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

Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.


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

A list of operations that have been updated since the last checkpoint.


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

A list of operations that have been updated since the last checkpoint.


[View source]
def validate! : Nil #

[View source]