Class UpdateFileCacheResponse
This is the response object from the UpdateFileCache operation.
public class UpdateFileCacheResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateFileCacheResponse
Constructors
UpdateFileCacheResponse()
public UpdateFileCacheResponse()
Properties
FileCache
Gets and sets the property FileCache.
A description of the cache that was updated.
public FileCache FileCache { get; set; }