class Amazonite::Lambda::GetDurableExecutionHistoryRequest

Included Modules

Defined in:

lambda/get_durable_execution_history_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, max_items : Int32 | Nil = nil, marker : String | Nil = nil, reverse_order : Bool | Nil = nil) #

[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 step results and callback payloads in the history events. Set to true to include data, or false to exclude it for a more compact response. The default is true.


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

Specifies whether to include execution data such as step results and callback payloads in the history events. Set to true to include data, or false to exclude it for a more compact response. The default is true.


[View source]
def marker : String | Nil #

If NextMarker was returned from a previous request, use this value to retrieve the next page of results. Each pagination token expires after 24 hours.


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

If NextMarker was returned from a previous request, use this value to retrieve the next page of results. Each pagination token expires after 24 hours.


[View source]
def max_items : Int32 | Nil #

The maximum number of history events to return per call. You can use Marker to retrieve additional pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the default.


[View source]
def max_items=(max_items : Int32 | Nil) #

The maximum number of history events to return per call. You can use Marker to retrieve additional pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the default.


[View source]
def reverse_order : Bool | Nil #

When set to true, returns the history events in reverse chronological order (newest first). By default, events are returned in chronological order (oldest first).


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

When set to true, returns the history events in reverse chronological order (newest first). By default, events are returned in chronological order (oldest first).


[View source]
def validate! : Nil #

[View source]