class
Amazonite::Lambda::StepOptions
- Amazonite::Lambda::StepOptions
- Reference
- Object
Overview
Configuration options for a step operation.
Included Modules
- JSON::Serializable
Defined in:
lambda/step_options.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_attempt_delay_seconds : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_attempt_delay_seconds : Int32 | Nil
The delay in seconds before the next retry attempt.
-
#next_attempt_delay_seconds=(next_attempt_delay_seconds : Int32 | Nil)
The delay in seconds before the next retry attempt.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def next_attempt_delay_seconds=(next_attempt_delay_seconds : Int32 | Nil)
#
The delay in seconds before the next retry attempt.