C# Class Amazon.ConfigService.ComplianceType

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

Public Properties

Property Type Description
COMPLIANT ComplianceType
INSUFFICIENT_DATA ComplianceType
NON_COMPLIANT ComplianceType
NOT_APPLICABLE ComplianceType

Public Methods

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

FindValue() public static method

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

Property Details

COMPLIANT public static property

Constant COMPLIANT for ComplianceType
public static ComplianceType,Amazon.ConfigService COMPLIANT
return ComplianceType

INSUFFICIENT_DATA public static property

Constant INSUFFICIENT_DATA for ComplianceType
public static ComplianceType,Amazon.ConfigService INSUFFICIENT_DATA
return ComplianceType

NON_COMPLIANT public static property

Constant NON_COMPLIANT for ComplianceType
public static ComplianceType,Amazon.ConfigService NON_COMPLIANT
return ComplianceType

NOT_APPLICABLE public static property

Constant NOT_APPLICABLE for ComplianceType
public static ComplianceType,Amazon.ConfigService NOT_APPLICABLE
return ComplianceType