Table of Contents

Class DeleteFileCacheResponse

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

This is the response object from the DeleteFileCache operation.

public class DeleteFileCacheResponse : AmazonWebServiceResponse
Inheritance
DeleteFileCacheResponse

Constructors

DeleteFileCacheResponse()

public DeleteFileCacheResponse()

Properties

FileCacheId

Gets and sets the property FileCacheId.

The ID of the cache that's being deleted.

public string FileCacheId { get; set; }

Property Value

string

Lifecycle

Gets and sets the property Lifecycle.

The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.

public FileCacheLifecycle Lifecycle { get; set; }

Property Value

FileCacheLifecycle