C# Класс Amazon.ConfigService.ComplianceType

Constants used for properties of type ComplianceType.
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
COMPLIANT ComplianceType
INSUFFICIENT_DATA ComplianceType
NON_COMPLIANT ComplianceType
NOT_APPLICABLE ComplianceType

Открытые методы

Метод Описание
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.

Описание методов

ComplianceType() публичный метод

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
Результат System

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ComplianceType
value string The unique value for the constant
Результат ComplianceType

Описание свойств

COMPLIANT публичное статическое свойство

Constant COMPLIANT for ComplianceType
public static ComplianceType,Amazon.ConfigService COMPLIANT
Результат ComplianceType

INSUFFICIENT_DATA публичное статическое свойство

Constant INSUFFICIENT_DATA for ComplianceType
public static ComplianceType,Amazon.ConfigService INSUFFICIENT_DATA
Результат ComplianceType

NON_COMPLIANT публичное статическое свойство

Constant NON_COMPLIANT for ComplianceType
public static ComplianceType,Amazon.ConfigService NON_COMPLIANT
Результат ComplianceType

NOT_APPLICABLE публичное статическое свойство

Constant NOT_APPLICABLE for ComplianceType
public static ComplianceType,Amazon.ConfigService NOT_APPLICABLE
Результат ComplianceType