Learn R Programming

paws.storage (version 0.1.12)

backup_describe_protected_resource: 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

Description

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.

Usage

backup_describe_protected_resource(ResourceArn)

Value

A list with the following syntax:

list(
  ResourceArn = "string",
  ResourceType = "string",
  LastBackupTime = as.POSIXct(
    "2015-01-01"
  )
)

Arguments

ResourceArn

[required] An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Request syntax

svc$describe_protected_resource(
  ResourceArn = "string"
)