Class: Aws::Lambda::Types::WaitOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::WaitOptions
- 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
-
#wait_seconds ⇒ Integer
The duration to wait, in seconds.
Instance Attribute Details
#wait_seconds ⇒ Integer
The duration to wait, in seconds.
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 |