C# Class Amazon.SimpleSystemsManagement.CommandStatus

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

Méthodes publiques

Свойство Type Description
Cancelled CommandStatus
Cancelling CommandStatus
Failed CommandStatus
InProgress CommandStatus
Pending CommandStatus
Success CommandStatus
TimedOut CommandStatus

Méthodes publiques

Méthode Description
CommandStatus ( 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.

FindValue ( string value ) : CommandStatus

Finds the constant for the unique value.

Method Details

CommandStatus() 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 CommandStatus ( string value ) : System
value string
Résultat System

FindValue() public static méthode

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

Property Details

Cancelled public_oe static_oe property

Constant Cancelled for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Cancelled
Résultat CommandStatus

Cancelling public_oe static_oe property

Constant Cancelling for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Cancelling
Résultat CommandStatus

Failed public_oe static_oe property

Constant Failed for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Failed
Résultat CommandStatus

InProgress public_oe static_oe property

Constant InProgress for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement InProgress
Résultat CommandStatus

Pending public_oe static_oe property

Constant Pending for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Pending
Résultat CommandStatus

Success public_oe static_oe property

Constant Success for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Success
Résultat CommandStatus

TimedOut public_oe static_oe property

Constant TimedOut for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement TimedOut
Résultat CommandStatus