Class: Aws::Lambda::Types::StepSucceededDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::StepSucceededDetails
- 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
-
#result ⇒ Types::EventResult
The response payload from the successful operation.
-
#retry_details ⇒ Types::RetryDetails
Information about retry attempts for this step operation.
Instance Attribute Details
#result ⇒ Types::EventResult
The response payload from the successful operation.
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_details ⇒ Types::RetryDetails
Information about retry attempts for this step operation.
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 |