class Amazonite::Lambda::StopDurableExecutionResponse

Included Modules

Defined in:

lambda/stop_durable_execution_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stop_timestamp : Time) #

[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 stop_timestamp : Time #

The timestamp when the execution was stopped (ISO 8601 format).


[View source]
def stop_timestamp=(stop_timestamp : Time) #

The timestamp when the execution was stopped (ISO 8601 format).


[View source]
def validate! : Nil #

[View source]