Combines the execution state and configuration of a step.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class StepDetail
Public Class StepDetail
public ref class StepDetail
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| StepDetail()()()() | Initializes a new instance of the StepDetail class | |
| Equals(Object) | (Inherited from Object.) | |
| ExecutionStatusDetail |
The description of the step status.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| StepConfig |
The step configuration.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithExecutionStatusDetail(StepExecutionStatusDetail) |
Sets the ExecutionStatusDetail property
| |
| WithStepConfig(StepConfig) |
Sets the StepConfig property
|