Class: Aws::FSx::Types::StorageVirtualMachineFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::StorageVirtualMachineFilter
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Note:
When making an API call, you may pass StorageVirtualMachineFilter data as a hash:
{
name: "file-system-id", # accepts file-system-id
values: ["StorageVirtualMachineFilterValue"],
}
A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP storage virtual machines (SVMs). 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.
7307 7308 7309 7310 7311 7312 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7307 class StorageVirtualMachineFilter < 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.
7307 7308 7309 7310 7311 7312 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7307 class StorageVirtualMachineFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |