drs_describe_recovery_instances {paws.developer.tools}R Documentation

Lists all Recovery Instances or multiple Recovery Instances by ID

Description

Lists all Recovery Instances or multiple Recovery Instances by ID.

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

Usage

drs_describe_recovery_instances(
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

filters

A set of filters by which to return Recovery Instances.

maxResults

Maximum number of Recovery Instances to retrieve.

nextToken

The token of the next Recovery Instance to retrieve.


[Package paws.developer.tools version 0.9.0 Index]