Table of Contents

Class DeleteSnapshotResponse

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

This is the response object from the DeleteSnapshot operation.

public class DeleteSnapshotResponse : AmazonWebServiceResponse
Inheritance
DeleteSnapshotResponse

Constructors

DeleteSnapshotResponse()

public DeleteSnapshotResponse()

Properties

Lifecycle

Gets and sets the property Lifecycle.

The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

public SnapshotLifecycle Lifecycle { get; set; }

Property Value

SnapshotLifecycle

SnapshotId

Gets and sets the property SnapshotId.

The ID of the deleted snapshot.

public string SnapshotId { get; set; }

Property Value

string