class
Amazonite::Lambda::WaitOptions
- Amazonite::Lambda::WaitOptions
- Reference
- Object
Overview
Specifies how long to pause the durable execution.
Included Modules
- JSON::Serializable
Defined in:
lambda/wait_options.crConstructors
- .new(pull : JSON::PullParser)
- .new(wait_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) - #validate! : Nil
-
#wait_seconds : Int32 | Nil
The duration to wait, in seconds.
-
#wait_seconds=(wait_seconds : Int32 | Nil)
The duration to wait, in seconds.
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?.