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

GetPolicyRequest

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

The structure representing the getPolicyRequest.

interface GetPolicyRequest {
profilingGroupName: string;
}

§Properties

§
profilingGroupName: string
[src]

The name of the profiling group.