Class: Aws::FSx::Types::Filter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::Filter
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
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, data-repository-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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name for this filter.
-
#values ⇒ Array<String>
The values of the filter.