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

GetGroupResult

import type { GetGroupResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetGroupResult {
Group?: Group | null;
}

§Properties

§
Group?: Group | null
[src]

The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group.