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