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:



9304
9305
9306
9307
9308
9309
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9304

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

#retry_detailsTypes::RetryDetails

Information about retry attempts for this step operation.

Returns:



9304
9305
9306
9307
9308
9309
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9304

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