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

RuleSummary

import type { RuleSummary } from "https://aws-api.deno.dev/v0.3/services/rbin.ts?docs=full";

Information about a Recycle Bin retention rule.

interface RuleSummary {
Description?: string | null;
Identifier?: string | null;
RetentionPeriod?: RetentionPeriod | null;
}

§Properties

§
Description?: string | null
[src]

The description for the retention rule.

§
Identifier?: string | null
[src]

The unique ID of the retention rule.

§
RetentionPeriod?: RetentionPeriod | null
[src]

Information about the retention period for which the retention rule retains resources