class Aws::FSx::Types::DescribeFileSystemsRequest

The request object for `DescribeFileSystems` operation.

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

data as a hash:

    {
      file_system_ids: ["FileSystemId"],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] file_system_ids

IDs of the file systems whose descriptions you want to retrieve
(String).
@return [Array<String>]

@!attribute [rw] max_results

Maximum number of file systems to return in the response (integer).
This parameter value must be greater than 0. The number of items
that Amazon FSx returns is the minimum of the `MaxResults` parameter
specified in the request and the service's internal maximum number
of items per page.
@return [Integer]

@!attribute [rw] next_token

Opaque pagination token returned from a previous
`DescribeFileSystems` operation (String). If a token present, the
action continues the list from where the returning call left off.
@return [String]

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

Constants

SENSITIVE