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

GetRuleResponse

import type { GetRuleResponse } from "https://aws-api.deno.dev/v0.3/services/rbin.ts?docs=full";
interface GetRuleResponse {
Description?: string | null;
Identifier?: string | null;
ResourceTags?: ResourceTag[] | null;
ResourceType?: ResourceType | null;
RetentionPeriod?: RetentionPeriod | null;
Status?: RuleStatus | null;
}

§Properties

§
Description?: string | null
[src]

The description assigned to the retention rule.

§
Identifier?: string | null
[src]

The unique ID of the retention rule.

§
ResourceTags?: ResourceTag[] | null
[src]

The resource tags used to identify resources that are to be retained by the retention rule.

§
ResourceType?: ResourceType | null
[src]

The resource type retained by the retention rule. Currently, only Amazon EBS snapshots are supported.

§
RetentionPeriod?: RetentionPeriod | null
[src]

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

§
Status?: RuleStatus | null
[src]

The state of the retention rule. Only retention rules that are in the available state retain snapshots.