Struct aws_sdk_fsx::input::DisassociateFileSystemAliasesInput [−][src]
#[non_exhaustive]pub struct DisassociateFileSystemAliasesInput {
pub client_request_token: Option<String>,
pub file_system_id: Option<String>,
pub aliases: Option<Vec<String>>,
}Expand description
The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server 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.client_request_token: Option<String>(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
file_system_id: Option<String>Specifies the file system from which to disassociate the DNS aliases.
aliases: Option<Vec<String>>An array of one or more DNS alias names to disassociate, or remove, from the file system.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DisassociateFileSystemAliases, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DisassociateFileSystemAliases, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DisassociateFileSystemAliases>
Creates a new builder-style object to manufacture DisassociateFileSystemAliasesInput
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
Specifies the file system from which to disassociate the DNS aliases.
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 DisassociateFileSystemAliasesInput
impl Sync for DisassociateFileSystemAliasesInput
impl Unpin for DisassociateFileSystemAliasesInput
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