Struct aws_sdk_fsx::output::AssociateFileSystemAliasesOutput [−][src]
Expand description
The system generated response showing the DNS aliases that
Amazon FSx is attempting to associate with the file system.
Use the API
operation to monitor the status of the aliases Amazon FSx is
associating with the file system. It can take up to 2.5 minutes for
the alias status to change from CREATING to AVAILABLE.
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 the DNS aliases that Amazon FSx is associating with the file system.
Implementations
Creates a new builder-style object to manufacture AssociateFileSystemAliasesOutput
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 AssociateFileSystemAliasesOutput
impl Sync for AssociateFileSystemAliasesOutput
impl Unpin for AssociateFileSystemAliasesOutput
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