class Amazonite::Lambda::GetDurableExecutionRequest

Included Modules

Defined in:

lambda/get_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, include_execution_data : Bool | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def include_execution_data : Bool | Nil #

Specifies whether to include execution data such as input payload, result, and error information in the response. Set to false for a more compact response that includes only execution metadata. The default value is set to true.


[View source]
def include_execution_data=(include_execution_data : Bool | Nil) #

Specifies whether to include execution data such as input payload, result, and error information in the response. Set to false for a more compact response that includes only execution metadata. The default value is set to true.


[View source]
def validate! : Nil #

[View source]