Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeProtectedResourceOutput

import type { DescribeProtectedResourceOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface DescribeProtectedResourceOutput {
LastBackupTime?: Date | number | null;
ResourceArn?: string | null;
ResourceName?: string | null;
ResourceType?: string | null;
}

§Properties

§
LastBackupTime?: Date | number | null
[src]

The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

§
ResourceArn?: string | null
[src]

An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

§
ResourceName?: string | null
[src]

This is the non-unique name of the resource that belongs to the specified backup.

§
ResourceType?: string | null
[src]

The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.