C# Class Amazon.SimpleSystemsManagement.CommandStatus

Constants used for properties of type CommandStatus.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Cancelled CommandStatus
Cancelling CommandStatus
Failed CommandStatus
InProgress CommandStatus
Pending CommandStatus
Success CommandStatus
TimedOut CommandStatus

Public Methods

Method 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 method

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
return System

FindValue() public static method

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

Property Details

Cancelled public_oe static_oe property

Constant Cancelled for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Cancelled
return CommandStatus

Cancelling public_oe static_oe property

Constant Cancelling for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Cancelling
return CommandStatus

Failed public_oe static_oe property

Constant Failed for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Failed
return CommandStatus

InProgress public_oe static_oe property

Constant InProgress for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement InProgress
return CommandStatus

Pending public_oe static_oe property

Constant Pending for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Pending
return CommandStatus

Success public_oe static_oe property

Constant Success for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement Success
return CommandStatus

TimedOut public_oe static_oe property

Constant TimedOut for CommandStatus
public static CommandStatus,Amazon.SimpleSystemsManagement TimedOut
return CommandStatus