Class: Aws::Lambda::Types::WaitOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Specifies how long to pause the durable execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#wait_secondsInteger

The duration to wait, in seconds.

Returns:

  • (Integer)


9853
9854
9855
9856
9857
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9853

class WaitOptions < Struct.new(
  :wait_seconds)
  SENSITIVE = []
  include Aws::Structure
end