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

ResourcePolicySummary

import type { ResourcePolicySummary } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";

A structure that contains resource policy ID and Amazon Resource Name (ARN).

interface ResourcePolicySummary {
Arn?: string | null;
Id?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource policy.

§
Id?: string | null
[src]

The unique identifier (ID) of the resource policy.