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

AttachedManagedPolicy

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

A structure that stores the details of the AWS managed policy.

interface AttachedManagedPolicy {
Arn?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the AWS managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

§
Name?: string | null
[src]

The name of the AWS managed policy.