Class DeleteFileCacheResponse
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
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; }