View source: R/fsx_operations.R
fsx_describe_backups | R Documentation |
Returns the description of a specific Amazon FSx backup, if a BackupIds
value is provided for that backup. Otherwise, it returns all backups owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.
See https://www.paws-r-sdk.com/docs/fsx_describe_backups/ for full documentation.
fsx_describe_backups(
BackupIds = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
BackupIds |
The IDs of the backups that you want to retrieve. This parameter value
overrides any filters. If any IDs aren't found, a |
Filters |
The filters structure. The supported names are |
MaxResults |
Maximum number of backups to return in the response. This parameter
value must be greater than 0. The number of items that Amazon FSx
returns is the minimum of the |
NextToken |
An opaque pagination token returned from a previous
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.