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
)
The identifier of the directory for which to retrieve snapshot information.
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.
The DescribeSnapshotsResult.NextToken value from a previous call to
describe_snapshots
. Pass null
if this is the first call.
The maximum number of objects to return.