paws.security.identity (version 0.5.0)

directoryservice_describe_snapshots: 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 describe_snapshots. Pass null if this is the first call.

Limit

The maximum number of objects to return.