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.
9917 9918 9919 9920 9921 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9917 class WaitOptions < Struct.new( :wait_seconds) SENSITIVE = [] include Aws::Structure end |