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

GroupSummary

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

A structure containing some information about a group.

interface GroupSummary {
Arn?: string | null;
Id?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the group.

§
Id?: string | null
[src]

The unique ID of the group.

§
Name?: string | null
[src]

The name of the group.