Table of Contents

Class DeleteFileSystemLustreResponse

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

The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

public class DeleteFileSystemLustreResponse
Inheritance
DeleteFileSystemLustreResponse
Inherited Members

Constructors

DeleteFileSystemLustreResponse()

public DeleteFileSystemLustreResponse()

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>