You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FSx::Types::DescribeFileSystemAliasesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeFileSystemAliasesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request object for DescribeFileSystemAliases operation.

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(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 AWS Command Line Interface (AWS CLI) or an AWS SDK.

Returns:

  • (String)

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters.

#file_system_idString

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

Returns:

  • (String)

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

#max_resultsInteger

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.

Returns:

  • (Integer)

    Maximum number of DNS aliases to return in the response (integer).

#next_tokenString

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.

Returns:

  • (String)

    Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String).