class
Amazonite::Lambda::GetDurableExecutionHistoryRequest
- Amazonite::Lambda::GetDurableExecutionHistoryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_durable_execution_history_request.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#durable_execution_arn : String
The Amazon Resource Name (ARN) of the durable execution.
-
#durable_execution_arn=(durable_execution_arn : String)
The Amazon Resource Name (ARN) of the durable execution.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_execution_data : Bool | Nil
Specifies whether to include execution data such as step results and callback payloads in the history events.
-
#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.
-
#marker : String | Nil
If
NextMarkerwas returned from a previous request, use this value to retrieve the next page of results. -
#marker=(marker : String | Nil)
If
NextMarkerwas returned from a previous request, use this value to retrieve the next page of results. -
#max_items : Int32 | Nil
The maximum number of history events to return per call.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of history events to return per call.
-
#reverse_order : Bool | Nil
When set to
true, returns the history events in reverse chronological order (newest first). -
#reverse_order=(reverse_order : Bool | Nil)
When set to
true, returns the history events in reverse chronological order (newest first). - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the durable execution.
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.
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.
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.
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.
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.
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.
When set to true, returns the history events in reverse chronological order (newest first). By
default, events are returned in chronological order (oldest first).
When set to true, returns the history events in reverse chronological order (newest first). By
default, events are returned in chronological order (oldest first).