directoryservice_describe_snapshots {paws.security.identity} | R Documentation |
Obtains information about the directory snapshots that belong to this account
Description
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.
Usage
directoryservice_describe_snapshots(
DirectoryId = NULL,
SnapshotIds = NULL,
NextToken = NULL,
Limit = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.7.0 Index]