C# Class Amazon.CloudFormation.ChangeSetStatus

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

Public Properties

Property Type Description
CREATE_COMPLETE ChangeSetStatus
CREATE_IN_PROGRESS ChangeSetStatus
CREATE_PENDING ChangeSetStatus
DELETE_COMPLETE ChangeSetStatus
FAILED ChangeSetStatus

Public Methods

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

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

CREATE_COMPLETE public_oe static_oe property

Constant CREATE_COMPLETE for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_COMPLETE
return ChangeSetStatus

CREATE_IN_PROGRESS public_oe static_oe property

Constant CREATE_IN_PROGRESS for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_IN_PROGRESS
return ChangeSetStatus

CREATE_PENDING public_oe static_oe property

Constant CREATE_PENDING for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_PENDING
return ChangeSetStatus

DELETE_COMPLETE public_oe static_oe property

Constant DELETE_COMPLETE for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation DELETE_COMPLETE
return ChangeSetStatus

FAILED public_oe static_oe property

Constant FAILED for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation FAILED
return ChangeSetStatus