Specifies the execution state of a step.

Namespace: Amazon.ElasticMapReduce.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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:

Length
0 - 10280
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

StartDateTime
The start date and time of the step.
State
The state of the job flow step.

Constraints:

Allowed Values
PENDING, RUNNING, CONTINUE, COMPLETED, CANCELLED, FAILED, INTERRUPTED

ToString()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticMapReduce.Model..::..StepExecutionStatusDetail

See Also