Specifies the execution state 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 StepExecutionStatusDetail
Public Class StepExecutionStatusDetail
public ref class StepExecutionStatusDetail
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| StepExecutionStatusDetail()()()() | Initializes a new instance of the StepExecutionStatusDetail class | |
| CreationDateTime |
The creation date and time of the step.
| |
| EndDateTime |
The completion date and time of the step.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LastStateChangeReason |
A description of the step's current state.
Constraints: | |
| StartDateTime |
The start date and time of the step.
| |
| State |
The state of the job flow step.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithCreationDateTime(DateTime) |
Sets the CreationDateTime property
| |
| WithEndDateTime(DateTime) |
Sets the EndDateTime property
| |
| WithLastStateChangeReason(String) |
Sets the LastStateChangeReason property
| |
| WithStartDateTime(DateTime) |
Sets the StartDateTime property
| |
| WithState(String) |
Sets the State property
|