A filter used to limit results when describing tags.
Multiple values can be specified per filter.
A tag must match at least one of the specified values for it to be
returned from an operation.
Wildcards can be included in filter values;
* specifies that zero or more characters
must match, and ? specifies that exactly one
character must match.Use a backslash to escape special characters.
For example, a filter value of \*amazon\?\\
specifies the literal string *amazon?\.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Filter
Public Class Filter
public ref class Filter
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Filter()()()() | Initializes a new instance of the Filter class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetName()()()() |
Checks if Name property is set
| |
| IsSetValue()()()() |
Checks if Value property is set
| |
| Name |
Gets and sets the Name property.
Specifies the name of the filter.
| |
| ToString()()()() | (Inherited from Object.) | |
| Value |
Gets and sets the Value property.
Contains one or more values for the filter.
| |
| WithName(String) |
Sets the Name property
| |
| WithValue(array<String>[]()[][]) |
Sets the Value property
|