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

CreateQueueResponse

import type { CreateQueueResponse } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateQueueResponse {
QueueArn?: string | null;
QueueId?: string | null;
}

§Properties

§
QueueArn?: string | null
[src]

The Amazon Resource Name (ARN) of the queue.

§
QueueId?: string | null
[src]

The identifier for the queue.