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
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.
4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4481 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.
4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4481 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.
4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4481 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.
4481 4482 4483 4484 4485 4486 4487 4488 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4481 class DescribeStorageVirtualMachinesRequest < Struct.new( :storage_virtual_machine_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |