C# Class Amazon.SimpleSystemsManagement.PatchDeploymentStatus

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

Méthodes publiques

Свойство Type Description
APPROVED PatchDeploymentStatus
EXPLICIT_APPROVED PatchDeploymentStatus
EXPLICIT_REJECTED PatchDeploymentStatus
PENDING_APPROVAL PatchDeploymentStatus

Méthodes publiques

Méthode Description
FindValue ( string value ) : PatchDeploymentStatus

Finds the constant for the unique value.

PatchDeploymentStatus ( 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.

Method Details

FindValue() public static méthode

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

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

Property Details

APPROVED public_oe static_oe property

Constant APPROVED for PatchDeploymentStatus
public static PatchDeploymentStatus,Amazon.SimpleSystemsManagement APPROVED
Résultat PatchDeploymentStatus

EXPLICIT_APPROVED public_oe static_oe property

Constant EXPLICIT_APPROVED for PatchDeploymentStatus
public static PatchDeploymentStatus,Amazon.SimpleSystemsManagement EXPLICIT_APPROVED
Résultat PatchDeploymentStatus

EXPLICIT_REJECTED public_oe static_oe property

Constant EXPLICIT_REJECTED for PatchDeploymentStatus
public static PatchDeploymentStatus,Amazon.SimpleSystemsManagement EXPLICIT_REJECTED
Résultat PatchDeploymentStatus

PENDING_APPROVAL public_oe static_oe property

Constant PENDING_APPROVAL for PatchDeploymentStatus
public static PatchDeploymentStatus,Amazon.SimpleSystemsManagement PENDING_APPROVAL
Résultat PatchDeploymentStatus