C# Class Amazon.ElasticMapReduce.StepState

Constants used for properties of type StepState.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
CANCELLED StepState
CANCEL_PENDING StepState
COMPLETED StepState
FAILED StepState
INTERRUPTED StepState
PENDING StepState
RUNNING StepState

Méthodes publiques

Méthode Description
FindValue ( string value ) : StepState

Finds the constant for the unique value.

StepState ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : StepState
value string The unique value for the constant
Résultat StepState

StepState() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public StepState ( string value ) : System
value string
Résultat System

Property Details

CANCELLED public_oe static_oe property

Constant CANCELLED for StepState
public static StepState,Amazon.ElasticMapReduce CANCELLED
Résultat StepState

CANCEL_PENDING public_oe static_oe property

Constant CANCEL_PENDING for StepState
public static StepState,Amazon.ElasticMapReduce CANCEL_PENDING
Résultat StepState

COMPLETED public_oe static_oe property

Constant COMPLETED for StepState
public static StepState,Amazon.ElasticMapReduce COMPLETED
Résultat StepState

FAILED public_oe static_oe property

Constant FAILED for StepState
public static StepState,Amazon.ElasticMapReduce FAILED
Résultat StepState

INTERRUPTED public_oe static_oe property

Constant INTERRUPTED for StepState
public static StepState,Amazon.ElasticMapReduce INTERRUPTED
Résultat StepState

PENDING public_oe static_oe property

Constant PENDING for StepState
public static StepState,Amazon.ElasticMapReduce PENDING
Résultat StepState

RUNNING public_oe static_oe property

Constant RUNNING for StepState
public static StepState,Amazon.ElasticMapReduce RUNNING
Résultat StepState