Class: Aws::FSx::Types::DisassociateFileSystemAliasesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<String>

An array of one or more DNS alias names to disassociate, or remove, from the file system.

Returns:

  • (Array<String>)


5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5208

class DisassociateFileSystemAliasesRequest < Struct.new(
  :client_request_token,
  :file_system_id,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

(Optional) An idempotency token for resource creation, in a string of up to 63 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.

Returns:

  • (String)


5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5208

class DisassociateFileSystemAliasesRequest < Struct.new(
  :client_request_token,
  :file_system_id,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_idString

Specifies the file system from which to disassociate the DNS aliases.

Returns:

  • (String)


5208
5209
5210
5211
5212
5213
5214
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5208

class DisassociateFileSystemAliasesRequest < Struct.new(
  :client_request_token,
  :file_system_id,
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end