Class: Aws::FSx::Types::DescribeStorageVirtualMachinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeStorageVirtualMachinesRequest
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
When making an API call, you may pass DescribeStorageVirtualMachinesRequest data as a hash:
{
storage_virtual_machine_ids: ["StorageVirtualMachineId"],
filters: [
{
name: "file-system-id", # accepts file-system-id
values: ["StorageVirtualMachineFilterValue"],
},
],
max_results: 1,
next_token: "NextToken",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::StorageVirtualMachineFilter>
Enter a filter name:value pair to view a select set of SVMs.
-
#max_results ⇒ Integer
The maximum number of resources to return in the response.
-
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String).
-
#storage_virtual_machine_ids ⇒ Array<String>
Enter the ID of one or more SVMs that you want to view.
Instance Attribute Details
#filters ⇒ Array<Types::StorageVirtualMachineFilter>
Enter a filter name:value pair to view a select set of SVMs.
4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4908 class DescribeStorageVirtualMachinesRequest < Struct.new( :storage_virtual_machine_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of resources to return in the response. This value must be an integer greater than zero.
4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4908 class DescribeStorageVirtualMachinesRequest < Struct.new( :storage_virtual_machine_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous
operation (String). If present, this token indicates from what point
you can continue processing the request, where the previous
NextToken
value left off.
4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4908 class DescribeStorageVirtualMachinesRequest < Struct.new( :storage_virtual_machine_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#storage_virtual_machine_ids ⇒ Array<String>
Enter the ID of one or more SVMs that you want to view.
4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4908 class DescribeStorageVirtualMachinesRequest < Struct.new( :storage_virtual_machine_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |