opsworkscm_describe_backups: Describes backups

View source: R/opsworkscm_operations.R

opsworkscm_describe_backupsR Documentation

Describes backups

Description

Describes backups. The results are ordered by time, with newest backups first. If you do not specify a BackupId or ServerName, the command returns all backups.

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

Usage

opsworkscm_describe_backups(
  BackupId = NULL,
  ServerName = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

BackupId

Describes a single backup.

ServerName

Returns backups for the server with the specified ServerName.

NextToken

This is not currently implemented for describe_backups requests.

MaxResults

This is not currently implemented for describe_backups requests.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.