AWS SDK for .NET Documentation
StepTimeline Class
AmazonAmazon.ElasticMapReduce.ModelStepTimeline Did this page help you?   Yes   No    Tell us about it...
The timeline of the cluster step lifecycle.
Declaration Syntax
C#
public class StepTimeline
Members
All MembersConstructorsMethodsProperties



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

CreationDateTime
Gets and sets the property CreationDateTime.

The date and time when the cluster step was created.


EndDateTime
Gets and sets the property EndDateTime.

The date and time when the cluster step execution completed or failed.


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

The date and time when the cluster step execution started.


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

WithStartDateTime(DateTime) Obsolete.
Sets the StartDateTime property

Inheritance Hierarchy
Object
StepTimeline

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