Class DescribeFileCachesResponse
This is the response object from the DescribeFileCaches operation.
public class DescribeFileCachesResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeFileCachesResponse
Constructors
DescribeFileCachesResponse()
public DescribeFileCachesResponse()
Properties
FileCaches
Gets and sets the property FileCaches.
The response object for the DescribeFileCaches
operation.
public List<FileCache> FileCaches { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
public string NextToken { get; set; }