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

DeleteGroupRequest

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

§Properties

§
GroupARN?: string | null
[src]

The ARN of the group that was generated on creation.

§
GroupName?: string | null
[src]

The case-sensitive name of the group.