class Aws::FSx::Types::DescribeStorageVirtualMachinesRequest

@note 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",
    }

@!attribute [rw] storage_virtual_machine_ids

Enter the ID of one or more SVMs that you want to view.
@return [Array<String>]

@!attribute [rw] filters

Enter a filter name:value pair to view a select set of SVMs.
@return [Array<Types::StorageVirtualMachineFilter>]

@!attribute [rw] max_results

The maximum number of resources to return in the response. This
value must be an integer greater than zero.
@return [Integer]

@!attribute [rw] next_token

(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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeStorageVirtualMachinesRequest AWS API Documentation

Constants

SENSITIVE