Class: Aws::FSx::Types::VolumeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::VolumeFilter
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes. 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.
Instance Attribute Details
#name ⇒ String
The name for this filter.
9814 9815 9816 9817 9818 9819 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9814 class VolumeFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values of the filter. These are all the values for any of the applied filters.
9814 9815 9816 9817 9818 9819 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9814 class VolumeFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |