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

GatewayGroupSummary

import type { GatewayGroupSummary } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

The summary of a gateway group.

interface GatewayGroupSummary {
Arn?: string | null;
Description?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the gateway group.

§
Description?: string | null
[src]

The description of the gateway group.

§
Name?: string | null
[src]

The name of the gateway group.