class Amazonite::Lambda::StopDurableExecutionRequest

Included Modules

Defined in:

lambda/stop_durable_execution_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(durable_execution_arn : String, error : ErrorObject | 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_execution_arn : String #

The Amazon Resource Name (ARN) of the durable execution.


[View source]
def durable_execution_arn=(durable_execution_arn : String) #

The Amazon Resource Name (ARN) of the durable execution.


[View source]
def error : ErrorObject | Nil #

Optional error details explaining why the execution is being stopped.


[View source]
def error=(error : ErrorObject | Nil) #

Optional error details explaining why the execution is being stopped.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]