Jump to Content

Class ListTagsForResourceCommandProtected

This operation lists the tags on the resource.

Example

Use a bare-bones client and the command you need to make an API call.

import { DataExchangeClient, ListTagsForResourceCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import
// const { DataExchangeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import
const client = new DataExchangeClient(config);
const command = new ListTagsForResourceCommand(input);
const response = await client.send(command);

Param

ListTagsForResourceCommandInput

Returns

ListTagsForResourceCommandOutput

See

Hierarchy

Constructors

Properties

Methods