C# Class Amazon.CloudFormation.ChangeSetStatus

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

Méthodes publiques

Свойство Type Description
CREATE_COMPLETE ChangeSetStatus
CREATE_IN_PROGRESS ChangeSetStatus
CREATE_PENDING ChangeSetStatus
DELETE_COMPLETE ChangeSetStatus
FAILED ChangeSetStatus

Méthodes publiques

Méthode 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 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 ChangeSetStatus ( 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 ) : ChangeSetStatus
value string The unique value for the constant
Résultat ChangeSetStatus

Property Details

CREATE_COMPLETE public_oe static_oe property

Constant CREATE_COMPLETE for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_COMPLETE
Résultat ChangeSetStatus

CREATE_IN_PROGRESS public_oe static_oe property

Constant CREATE_IN_PROGRESS for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_IN_PROGRESS
Résultat ChangeSetStatus

CREATE_PENDING public_oe static_oe property

Constant CREATE_PENDING for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_PENDING
Résultat ChangeSetStatus

DELETE_COMPLETE public_oe static_oe property

Constant DELETE_COMPLETE for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation DELETE_COMPLETE
Résultat ChangeSetStatus

FAILED public_oe static_oe property

Constant FAILED for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation FAILED
Résultat ChangeSetStatus