C# Class Amazon.CodeDeploy.EC2TagFilterType

Constants used for properties of type EC2TagFilterType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
KEY_AND_VALUE EC2TagFilterType
KEY_ONLY EC2TagFilterType
VALUE_ONLY EC2TagFilterType

Public Methods

Method Description
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.

Method Details

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

FindValue() public static method

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

Property Details

KEY_AND_VALUE public static property

Constant KEY_AND_VALUE for EC2TagFilterType
public static EC2TagFilterType,Amazon.CodeDeploy KEY_AND_VALUE
return EC2TagFilterType

KEY_ONLY public static property

Constant KEY_ONLY for EC2TagFilterType
public static EC2TagFilterType,Amazon.CodeDeploy KEY_ONLY
return EC2TagFilterType

VALUE_ONLY public static property

Constant VALUE_ONLY for EC2TagFilterType
public static EC2TagFilterType,Amazon.CodeDeploy VALUE_ONLY
return EC2TagFilterType