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.
backup_describe_protected_resource(ResourceArn)
A list with the following syntax:
list(
ResourceArn = "string",
ResourceType = "string",
LastBackupTime = as.POSIXct(
"2015-01-01"
)
)
[required] An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
svc$describe_protected_resource(
ResourceArn = "string"
)