Class DescribeSnapshotsResponse
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
Snapshots
Gets and sets the property Snapshots.
An array of snapshots.
public List<Snapshot> Snapshots { get; set; }