class
Amazonite::Lambda::WaitStartedDetails
- Amazonite::Lambda::WaitStartedDetails
- Reference
- Object
Overview
Details about a wait operation that has started.
Included Modules
- JSON::Serializable
Defined in:
lambda/wait_started_details.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#duration : Int32
The duration to wait, in seconds.
-
#duration=(duration : Int32)
The duration to wait, in seconds.
-
#hash(hasher)
See
Object#hash(hasher) -
#scheduled_end_timestamp : Time
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)
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
#
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)
#
The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).