class Aws::FSx::Types::DescribeFileSystemAliasesRequest

The request object for `DescribeFileSystemAliases` operation.

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

data as a hash:

    {
      client_request_token: "ClientRequestToken",
      file_system_id: "FileSystemId", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] client_request_token

(Optional) An idempotency token for resource creation, in a string
of up to 64 ASCII characters. This token is automatically filled on
your behalf when you use the Command Line Interface (CLI) or an
Amazon Web Services SDK.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] file_system_id

The ID of the file system to return the associated DNS aliases for
(String).
@return [String]

@!attribute [rw] max_results

Maximum number of DNS aliases 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
`DescribeFileSystemAliases` operation (String). If a token is
included in the request, the action continues the list from where
the previous returning call left off.
@return [String]

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

Constants

SENSITIVE