Learn R Programming

paws.security.identity (version 0.1.12)

directoryservice_get_snapshot_limits: Obtains the manual snapshot limits for a directory

Description

Obtains the manual snapshot limits for a directory.

Usage

directoryservice_get_snapshot_limits(DirectoryId)

Value

A list with the following syntax:

list(
  SnapshotLimits = list(
    ManualSnapshotsLimit = 123,
    ManualSnapshotsCurrentCount = 123,
    ManualSnapshotsLimitReached = TRUE|FALSE
  )
)

Arguments

DirectoryId

[required] Contains the identifier of the directory to obtain the limits for.

Request syntax

svc$get_snapshot_limits(
  DirectoryId = "string"
)