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

DescribeProfilingGroupResponse

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

The structure representing the describeProfilingGroupResponse.

interface DescribeProfilingGroupResponse {
profilingGroup: ProfilingGroupDescription;
}

§Properties

§

The returned ProfilingGroupDescription object that contains information about the requested profiling group.