Class: Aws::Lambda::Types::WaitDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#scheduled_end_timestampTime

The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Returns:

  • (Time)


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