Table of Contents

Class Filter

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

public class Filter
Inheritance
Filter
Inherited Members

Constructors

Filter()

public Filter()

Properties

Name

Gets and sets the property Name.

The name for this filter.

public FilterName Name { get; set; }

Property Value

FilterName

Values

Gets and sets the property Values.

The values of the filter. These are all the values for any of the applied filters.

public List<string> Values { get; set; }

Property Value

List<string>