class Amazonite::Lambda::WaitStartedDetails

Overview

Details about a wait operation that has started.

Included Modules

Defined in:

lambda/wait_started_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(duration : Int32, scheduled_end_timestamp : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def duration : Int32 #

The duration to wait, in seconds.


[View source]
def duration=(duration : Int32) #

The duration to wait, in seconds.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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).


[View source]
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).


[View source]
def validate! : Nil #

[View source]