class Aws::FSx::Types::Filter

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

@note When making an API call, you may pass Filter

data as a hash:

    {
      name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id
      values: ["FilterValue"],
    }

@!attribute [rw] name

The name for this filter.
@return [String]

@!attribute [rw] values

The values of the filter. These are all the values for any of the
applied filters.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/Filter AWS API Documentation

Constants

SENSITIVE