Class: Aws::Lambda::Types::StepSucceededDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Details about a step that succeeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultTypes::EventResult

The response payload from the successful operation.

Returns:



8626
8627
8628
8629
8630
8631
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8626

class StepSucceededDetails < Struct.new(
  :result,
  :retry_details)
  SENSITIVE = []
  include Aws::Structure
end

#retry_detailsTypes::RetryDetails

Information about retry attempts for this step operation.

Returns:



8626
8627
8628
8629
8630
8631
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8626

class StepSucceededDetails < Struct.new(
  :result,
  :retry_details)
  SENSITIVE = []
  include Aws::Structure
end