C# Класс Amazon.SimpleSystemsManagement.PatchFilterKey

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

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

Свойство Тип Описание
CLASSIFICATION PatchFilterKey
MSRC_SEVERITY PatchFilterKey
PATCH_ID PatchFilterKey
PRODUCT PatchFilterKey

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

Метод Описание
FindValue ( string value ) : PatchFilterKey

Finds the constant for the unique value.

PatchFilterKey ( 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() публичный статический Метод

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

PatchFilterKey() публичный Метод

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 PatchFilterKey ( string value ) : System
value string
Результат System

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

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

Constant CLASSIFICATION for PatchFilterKey
public static PatchFilterKey,Amazon.SimpleSystemsManagement CLASSIFICATION
Результат PatchFilterKey

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

Constant MSRC_SEVERITY for PatchFilterKey
public static PatchFilterKey,Amazon.SimpleSystemsManagement MSRC_SEVERITY
Результат PatchFilterKey

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

Constant PATCH_ID for PatchFilterKey
public static PatchFilterKey,Amazon.SimpleSystemsManagement PATCH_ID
Результат PatchFilterKey

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

Constant PRODUCT for PatchFilterKey
public static PatchFilterKey,Amazon.SimpleSystemsManagement PRODUCT
Результат PatchFilterKey