View source: R/opsworkscm_operations.R
opsworkscm_describe_backups | R Documentation |
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.
opsworkscm_describe_backups(
BackupId = NULL,
ServerName = NULL,
NextToken = NULL,
MaxResults = NULL
)
BackupId |
Describes a single backup. |
ServerName |
Returns backups for the server with the specified ServerName. |
NextToken |
This is not currently implemented for
|
MaxResults |
This is not currently implemented for
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.