Description Usage Arguments Value Request syntax
View source: R/backup_operations.R
Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
1 | backup_describe_protected_resource(ResourceArn)
|
ResourceArn |
[required] An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type. |
A list with the following syntax:
1 2 3 4 5 6 7 | list(
ResourceArn = "string",
ResourceType = "string",
LastBackupTime = as.POSIXct(
"2015-01-01"
)
)
|
1 2 3 | svc$describe_protected_resource(
ResourceArn = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.