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

UpdateGroupResult

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

§Properties

§
Group?: Group | null
[src]

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