You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FSx::Types::Filter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Filter as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name for this filter.

Possible values:

  • file-system-id
  • backup-type
  • file-system-type

Returns:

  • (String)

    The name for this filter.

#valuesArray<String>

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

Returns:

  • (Array<String>)

    The values of the filter.