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

GetQueueUrlResult

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

For more information, see Interpreting Responses in the Amazon SQS Developer Guide.

interface GetQueueUrlResult {
QueueUrl?: string | null;
}

§Properties

§
QueueUrl?: string | null
[src]

The URL of the queue.