You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FSx::Types::DeleteFileSystemWindowsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteFileSystemWindowsConfiguration
- Defined in:
- (unknown)
Overview
When passing DeleteFileSystemWindowsConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
skip_final_backup: false,
final_backup_tags: [
{
key: "TagKey", # required
value: "TagValue", # required
},
],
}
The configuration object for the Microsoft Windows file system used in the DeleteFileSystem
operation.
Returned by:
Instance Attribute Summary collapse
-
#final_backup_tags ⇒ Array<Types::Tag>
A set of tags for your final backup.
-
#skip_final_backup ⇒ Boolean
By default, Amazon FSx for Windows takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked.
Instance Attribute Details
#final_backup_tags ⇒ Array<Types::Tag>
A set of tags for your final backup.
#skip_final_backup ⇒ Boolean
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.