drs_describe_recovery_snapshots: Lists all Recovery Snapshots for a single Source Server

View source: R/drs_operations.R

drs_describe_recovery_snapshotsR Documentation

Lists all Recovery Snapshots for a single Source Server

Description

Lists all Recovery Snapshots for a single Source Server.

See https://www.paws-r-sdk.com/docs/drs_describe_recovery_snapshots/ for full documentation.

Usage

drs_describe_recovery_snapshots(
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL,
  order = NULL,
  sourceServerID
)

Arguments

filters

A set of filters by which to return Recovery Snapshots.

maxResults

Maximum number of Recovery Snapshots to retrieve.

nextToken

The token of the next Recovery Snapshot to retrieve.

order

The sorted ordering by which to return Recovery Snapshots.

sourceServerID

[required] Filter Recovery Snapshots by Source Server ID.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.