Skip to main content
Module

x/aws_api/services/sqs/structs.ts>TagQueueRequest

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface TagQueueRequest
import { type TagQueueRequest } from "https://deno.land/x/aws_api@v0.8.1/services/sqs/structs.ts";

Properties

QueueUrl: string
Tags: { [key: string]: string | null | undefined; }