Table of Contents

Class DescribeFileSystemsResponse

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

The response object for DescribeFileSystems operation.

public class DescribeFileSystemsResponse : AmazonWebServiceResponse
Inheritance
DescribeFileSystemsResponse

Constructors

DescribeFileSystemsResponse()

public DescribeFileSystemsResponse()

Properties

FileSystems

Gets and sets the property FileSystems.

An array of file system descriptions.

public List<FileSystem> FileSystems { get; set; }

Property Value

List<FileSystem>

NextToken

Gets and sets the property NextToken.

Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.

public string NextToken { get; set; }

Property Value

string