Class: Aws::Lambda::Types::StepOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::StepOptions
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Configuration options for a step operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_attempt_delay_seconds ⇒ Integer
The delay in seconds before the next retry attempt.
Instance Attribute Details
#next_attempt_delay_seconds ⇒ Integer
The delay in seconds before the next retry attempt.
8659 8660 8661 8662 8663 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8659 class StepOptions < Struct.new( :next_attempt_delay_seconds) SENSITIVE = [] include Aws::Structure end |