class Aws::FSx::Types::DisassociateFileSystemAliasesRequest

The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.

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

data as a hash:

    {
      client_request_token: "ClientRequestToken",
      file_system_id: "FileSystemId", # required
      aliases: ["AlternateDNSName"], # required
    }

@!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

Specifies the file system from which to disassociate the DNS
aliases.
@return [String]

@!attribute [rw] aliases

An array of one or more DNS alias names to disassociate, or remove,
from the file system.
@return [Array<String>]

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

Constants

SENSITIVE