Class DisassociateFileSystemAliasesResponse
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.
public class DisassociateFileSystemAliasesResponse : AmazonWebServiceResponse
- Inheritance
-
DisassociateFileSystemAliasesResponse
Constructors
DisassociateFileSystemAliasesResponse()
public DisassociateFileSystemAliasesResponse()
Properties
Aliases
Gets and sets the property Aliases.
An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.
public List<Alias> Aliases { get; set; }