Struct aws_sdk_fsx::output::DisassociateFileSystemAliasesOutput [−][src]
#[non_exhaustive]pub struct DisassociateFileSystemAliasesOutput {
pub aliases: Option<Vec<Alias>>,
}Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.aliases: Option<Vec<Alias>>An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.
Implementations
Creates a new builder-style object to manufacture DisassociateFileSystemAliasesOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DisassociateFileSystemAliasesOutput
impl Sync for DisassociateFileSystemAliasesOutput
impl Unpin for DisassociateFileSystemAliasesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more