AWS SDK for .NET Documentation
StepStatus Class
AmazonAmazon.ElasticMapReduce.ModelStepStatus Did this page help you?   Yes   No    Tell us about it...
The execution status details of the cluster step.
Declaration Syntax
C#
public class StepStatus
Members
All MembersConstructorsMethodsProperties



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

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.)
State
Gets and sets the property State.

The execution state of the cluster step.


StateChangeReason
Gets and sets the property StateChangeReason.

The reason for the step execution status change.


Timeline
Gets and sets the property Timeline.

The timeline of the cluster step status over time.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithState(String) Obsolete.
Sets the State property

WithStateChangeReason(StepStateChangeReason) Obsolete.
Sets the StateChangeReason property

WithTimeline(StepTimeline) Obsolete.
Sets the Timeline property

Inheritance Hierarchy
Object
StepStatus

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