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

GetQueueAttributesResult

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

A list of returned queue attributes.

interface GetQueueAttributesResult {
Attributes: [key in QueueAttributeName]: string | null | undefined;
}

§Properties

§
Attributes: [key in QueueAttributeName]: string | null | undefined
[src]

A map of attributes to their respective values.