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.
8602 8603 8604 8605 8606 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8602 class StepOptions < Struct.new( :next_attempt_delay_seconds) SENSITIVE = [] include Aws::Structure end |