Combines the execution state and configuration 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 StepDetail
Public Class StepDetail
public ref class StepDetail

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StepDetail()()()()
Initializes a new instance of the StepDetail class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecutionStatusDetail
The description of the step status.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
StepConfig
The step configuration.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithExecutionStatusDetail(StepExecutionStatusDetail)
Sets the ExecutionStatusDetail property
WithStepConfig(StepConfig)
Sets the StepConfig property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticMapReduce.Model..::..StepDetail

See Also