Table of Contents

Class DeleteFileSystemWindowsResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.

public class DeleteFileSystemWindowsResponse
Inheritance
DeleteFileSystemWindowsResponse
Inherited Members

Constructors

DeleteFileSystemWindowsResponse()

public DeleteFileSystemWindowsResponse()

Properties

FinalBackupId

Gets and sets the property FinalBackupId.

The ID of the final backup for this file system.

public string FinalBackupId { get; set; }

Property Value

string

FinalBackupTags

Gets and sets the property FinalBackupTags.

The set of tags applied to the final backup.

public List<Tag> FinalBackupTags { get; set; }

Property Value

List<Tag>