Table of Contents

Class DescribeFileCachesResponse

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

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

List<FileCache>

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string