Table of Contents

Class DescribeBackupsResponse

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

Response object for the DescribeBackups operation.

public class DescribeBackupsResponse : AmazonWebServiceResponse
Inheritance
DescribeBackupsResponse

Constructors

DescribeBackupsResponse()

public DescribeBackupsResponse()

Properties

Backups

Gets and sets the property Backups.

An array of backups.

public List<Backup> Backups { get; set; }

Property Value

List<Backup>

NextToken

Gets and sets the property NextToken.

A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.

public string NextToken { get; set; }

Property Value

string