AWS SDK for .NET Documentation
StepExecutionStatusDetail Class
AmazonAmazon.ElasticMapReduce.ModelStepExecutionStatusDetail Did this page help you?   Yes   No    Tell us about it...
The execution state of a step.
Declaration Syntax
C#
public class StepExecutionStatusDetail
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StepExecutionStatusDetail()()()()
Initializes a new instance of the StepExecutionStatusDetail class

CreationDateTime
Gets and sets the property CreationDateTime.

The creation date and time of the step.


EndDateTime
Gets and sets the property 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
Gets and sets the property LastStateChangeReason.

A description of the step's current state.


StartDateTime
Gets and sets the property StartDateTime.

The start date and time of the step.


State
Gets and sets the property State.

The state of the job flow step.


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

WithStartDateTime(DateTime) Obsolete.
Sets the StartDateTime property

WithState(String) Obsolete.
Sets the State property

Inheritance Hierarchy
Object
StepExecutionStatusDetail

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)