paws.management (version 0.5.0)

opsworkscm_describe_backups: 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.