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.
9980 9981 9982 9983 9984 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9980 class WaitOptions < Struct.new( :wait_seconds) SENSITIVE = [] include Aws::Structure end |