Struct aws_sdk_fsx::model::DeleteFileSystemWindowsConfiguration [−][src]
#[non_exhaustive]pub struct DeleteFileSystemWindowsConfiguration {
pub skip_final_backup: Option<bool>,
pub final_backup_tags: Option<Vec<Tag>>,
}Expand description
The configuration object for the Microsoft Windows file system used in the
DeleteFileSystem operation.
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.skip_final_backup: Option<bool>By default, Amazon FSx for Windows takes a final backup on your behalf when the
DeleteFileSystem operation is invoked. Doing this helps protect you
from data loss, and we highly recommend taking the final backup. If you want to skip
this backup, use this flag to do so.
A set of tags for your final backup.
Implementations
By default, Amazon FSx for Windows takes a final backup on your behalf when the
DeleteFileSystem operation is invoked. Doing this helps protect you
from data loss, and we highly recommend taking the final backup. If you want to skip
this backup, use this flag to do so.
A set of tags for your final backup.
Creates a new builder-style object to manufacture DeleteFileSystemWindowsConfiguration
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 DeleteFileSystemWindowsConfiguration
impl Sync for DeleteFileSystemWindowsConfiguration
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