Describes the status of the job flow.

C# |
public class JobFlowExecutionStatusDetail

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | JobFlowExecutionStatusDetail()()()() | Initializes a new instance of the JobFlowExecutionStatusDetail class |
![]() | CreationDateTime |
Gets and sets the property CreationDateTime.
The creation date and time of the job flow. |
![]() | EndDateTime |
Gets and sets the property 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 |
Gets and sets the property LastStateChangeReason.
Description of the job flow last changed state. |
![]() | ReadyDateTime |
Gets and sets the property ReadyDateTime.
The date and time when the job flow was ready to start running bootstrap actions. |
![]() | StartDateTime |
Gets and sets the property StartDateTime.
The start date and time of the job flow. |
![]() | State |
Gets and sets the property State.
The state of the job flow. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCreationDateTime(DateTime) | Obsolete.
Sets the CreationDateTime property
|
![]() | WithEndDateTime(DateTime) | Obsolete.
Sets the EndDateTime property
|
![]() | WithLastStateChangeReason(String) | Obsolete.
Sets the LastStateChangeReason property
|
![]() | WithReadyDateTime(DateTime) | Obsolete.
Sets the ReadyDateTime property
|
![]() | WithStartDateTime(DateTime) | Obsolete.
Sets the StartDateTime property
|
![]() | WithState(String) | Obsolete.
Sets the State property
|

Object | |
![]() | JobFlowExecutionStatusDetail |