Class: Aws::FSx::Types::VolumeFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name for this filter.

Returns:

  • (String)


9890
9891
9892
9893
9894
9895
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9890

class VolumeFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

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

Returns:

  • (Array<String>)


9890
9891
9892
9893
9894
9895
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9890

class VolumeFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end