class
Amazonite::Lambda::WaitDetails
- Amazonite::Lambda::WaitDetails
- Reference
- Object
Overview
Details about a wait operation.
Included Modules
- JSON::Serializable
Defined in:
lambda/wait_details.crConstructors
- .new(pull : JSON::PullParser)
- .new(scheduled_end_timestamp : Time | 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) -
#scheduled_end_timestamp : Time | Nil
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#scheduled_end_timestamp=(scheduled_end_timestamp : Time | Nil)
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- #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 scheduled_end_timestamp : Time | Nil
#
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
def scheduled_end_timestamp=(scheduled_end_timestamp : Time | Nil)
#
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).