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

GetPolicyResponse

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

The structure representing the getPolicyResponse.

interface GetPolicyResponse {
policy: string;
revisionId: string;
}

§Properties

§
policy: string
[src]

The JSON-formatted resource-based policy attached to the ProfilingGroup.

§
revisionId: string
[src]

A unique identifier for the current revision of the returned policy.