C# Класс Amazon.CodeDeploy.EC2TagFilterType

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

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

Свойство Тип Описание
KEY_AND_VALUE EC2TagFilterType
KEY_ONLY EC2TagFilterType
VALUE_ONLY EC2TagFilterType

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

Метод Описание
EC2TagFilterType ( 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 ) : EC2TagFilterType

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant KEY_AND_VALUE for EC2TagFilterType
public static EC2TagFilterType,Amazon.CodeDeploy KEY_AND_VALUE
Результат EC2TagFilterType

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

Constant KEY_ONLY for EC2TagFilterType
public static EC2TagFilterType,Amazon.CodeDeploy KEY_ONLY
Результат EC2TagFilterType

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

Constant VALUE_ONLY for EC2TagFilterType
public static EC2TagFilterType,Amazon.CodeDeploy VALUE_ONLY
Результат EC2TagFilterType