Class: Aws::Lambda::Types::WaitDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::WaitDetails
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Details about a wait operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_end_timestamp ⇒ Time
The date and time when the wait operation is scheduled to complete, in [ISO-8601 format][1] (YYYY-MM-DDThh:mm:ss.sTZD).
Instance Attribute Details
#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).
9839 9840 9841 9842 9843 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9839 class WaitDetails < Struct.new( :scheduled_end_timestamp) SENSITIVE = [] include Aws::Structure end |