Table of Contents

Class DescribeSnapshotsResponse

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

This is the response object from the DescribeSnapshots operation.

public class DescribeSnapshotsResponse : AmazonWebServiceResponse
Inheritance
DescribeSnapshotsResponse

Constructors

DescribeSnapshotsResponse()

public DescribeSnapshotsResponse()

Properties

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string

Snapshots

Gets and sets the property Snapshots.

An array of snapshots.

public List<Snapshot> Snapshots { get; set; }

Property Value

List<Snapshot>