C# Class Amazon.ConfigService.ComplianceType

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

Méthodes publiques

Свойство Type Description
COMPLIANT ComplianceType
INSUFFICIENT_DATA ComplianceType
NON_COMPLIANT ComplianceType
NOT_APPLICABLE ComplianceType

Méthodes publiques

Méthode Description
ComplianceType ( 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 ) : ComplianceType

Finds the constant for the unique value.

Method Details

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

Property Details

COMPLIANT public_oe static_oe property

Constant COMPLIANT for ComplianceType
public static ComplianceType,Amazon.ConfigService COMPLIANT
Résultat ComplianceType

INSUFFICIENT_DATA public_oe static_oe property

Constant INSUFFICIENT_DATA for ComplianceType
public static ComplianceType,Amazon.ConfigService INSUFFICIENT_DATA
Résultat ComplianceType

NON_COMPLIANT public_oe static_oe property

Constant NON_COMPLIANT for ComplianceType
public static ComplianceType,Amazon.ConfigService NON_COMPLIANT
Résultat ComplianceType

NOT_APPLICABLE public_oe static_oe property

Constant NOT_APPLICABLE for ComplianceType
public static ComplianceType,Amazon.ConfigService NOT_APPLICABLE
Résultat ComplianceType