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

QueueSummary

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

Contains summary information about a queue.

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the queue.

§
Id?: string | null
[src]

The identifier of the queue.

§
Name?: string | null
[src]

The name of the queue.

§
QueueType?: QueueType | null
[src]

The type of queue.