C# Class Amazon.SimpleSystemsManagement.DocumentStatus

Constants used for properties of type DocumentStatus.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Active DocumentStatus
Creating DocumentStatus
Deleting DocumentStatus
Updating DocumentStatus

Public Methods

Method Description
DocumentStatus ( 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 ) : DocumentStatus

Finds the constant for the unique value.

Method Details

DocumentStatus() 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 DocumentStatus ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Active public static property

Constant Active for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Active
return DocumentStatus

Creating public static property

Constant Creating for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Creating
return DocumentStatus

Deleting public static property

Constant Deleting for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Deleting
return DocumentStatus

Updating public static property

Constant Updating for DocumentStatus
public static DocumentStatus,Amazon.SimpleSystemsManagement Updating
return DocumentStatus