Class: Aws::FSx::Types::DisassociateFileSystemAliasesResponse

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

Overview

The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is removing from the file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::Alias>

An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.

Returns:



5188
5189
5190
5191
5192
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5188

class DisassociateFileSystemAliasesResponse < Struct.new(
  :aliases)
  SENSITIVE = []
  include Aws::Structure
end