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

CreateRuleResponse

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

§Properties

§
Description?: string | null
[src]

The retention rule description.

§
Identifier?: string | null
[src]

The unique identifier of the retention rule.

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

Information about the resource tags used to identify resources that are retained by the retention rule.

§
ResourceType?: ResourceType | null
[src]

The resource type retained by the retention rule.

§
RetentionPeriod?: RetentionPeriod | null
[src]
§
Status?: RuleStatus | null
[src]

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

§
Tags?: Tag[] | null
[src]

The tags assigned to the retention rule.