Class: Aws::Lambda::Types::StepOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_attempt_delay_secondsInteger

The delay in seconds before the next retry attempt.

Returns:

  • (Integer)


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