class
Amazonite::Lambda::InvocationCompletedDetails
- Amazonite::Lambda::InvocationCompletedDetails
- Reference
- Object
Overview
Details about a function invocation that completed.
Included Modules
- JSON::Serializable
Defined in:
lambda/invocation_completed_details.crConstructors
- .new(start_timestamp : Time, end_timestamp : Time, request_id : String, error : EventError | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_timestamp : Time
The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#end_timestamp=(end_timestamp : Time)
The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#error : EventError | Nil
Details about the invocation failure.
-
#error=(error : EventError | Nil)
Details about the invocation failure.
-
#hash(hasher)
See
Object#hash(hasher) -
#request_id : String
The request ID for the invocation.
-
#request_id=(request_id : String)
The request ID for the invocation.
-
#start_timestamp : Time
The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
-
#start_timestamp=(start_timestamp : Time)
The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).