View source: R/directoryservice_operations.R
directoryservice_describe_snapshots | R Documentation |
Obtains information about the directory snapshots that belong to this account.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_snapshots/ for full documentation.
directoryservice_describe_snapshots(
DirectoryId = NULL,
SnapshotIds = NULL,
NextToken = NULL,
Limit = NULL
)
DirectoryId |
The identifier of the directory for which to retrieve snapshot information. |
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. |
NextToken |
The DescribeSnapshotsResult.NextToken value from a previous call to
|
Limit |
The maximum number of objects to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.