class Aws::FSx::Types::DescribeVolumesRequest

@note When making an API call, you may pass DescribeVolumesRequest

data as a hash:

    {
      volume_ids: ["VolumeId"],
      filters: [
        {
          name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
          values: ["VolumeFilterValue"],
        },
      ],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] volume_ids

IDs of the volumes whose descriptions you want to retrieve.
@return [Array<String>]

@!attribute [rw] filters

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

@!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/DescribeVolumesRequest AWS API Documentation

Constants

SENSITIVE