Describes the status of the job flow.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class JobFlowExecutionStatusDetail
Public Class JobFlowExecutionStatusDetail
public ref class JobFlowExecutionStatusDetail
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| JobFlowExecutionStatusDetail()()()() | Initializes a new instance of the JobFlowExecutionStatusDetail class | |
| CreationDateTime |
The creation date and time of the job flow.
| |
| EndDateTime |
The completion date and time of the job flow.
| |
| 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 |
Description of the job flow last changed state.
Constraints: | |
| ReadyDateTime |
The date and time when the job flow was ready to start running bootstrap actions.
| |
| StartDateTime |
The start date and time of the job flow.
| |
| State |
The state of the job flow.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithCreationDateTime(DateTime) |
Sets the CreationDateTime property
| |
| WithEndDateTime(DateTime) |
Sets the EndDateTime property
| |
| WithLastStateChangeReason(String) |
Sets the LastStateChangeReason property
| |
| WithReadyDateTime(DateTime) |
Sets the ReadyDateTime property
| |
| WithStartDateTime(DateTime) |
Sets the StartDateTime property
| |
| WithState(String) |
Sets the State property
|