AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the DescribeSnapshots operation. Obtains information about the directory snapshots that belong to this account.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DirectoryService.AmazonDirectoryServiceRequest
      Amazon.DirectoryService.Model.DescribeSnapshotsRequest

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeSnapshotsRequest : AmazonDirectoryServiceRequest
         IRequestEvents

The DescribeSnapshotsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeSnapshotsRequest()

Properties

NameTypeDescription
Public Property DirectoryId System.String Gets and sets the property DirectoryId.

The identifier of the directory for which to retrieve snapshot information.

Public Property Limit System.Int32 Gets and sets the property Limit.

The maximum number of objects to return.

Public Property NextToken System.String Gets and sets the property NextToken.

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

Public Property SnapshotIds System.Collections.Generic.List<System.String> Gets and sets the property SnapshotIds.

A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the Limit and NextToken members.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5