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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#final_backup_tagsArray<Types::Tag>

A set of tags for your final backup.

Returns:

  • (Array<Types::Tag>)

    A set of tags for your final backup.

#skip_final_backupBoolean

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.

Returns:

  • (Boolean)

    By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked.