Protected
This operation lists the tags on the resource.
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 importconst client = new DataExchangeClient(config);const command = new ListTagsForResourceCommand(input);const response = await client.send(command);
ListTagsForResourceCommandInput
ListTagsForResourceCommandOutput
input
response
config
Readonly
Static
This operation lists the tags on the resource.
Example
Use a bare-bones client and the command you need to make an API call.
Param
ListTagsForResourceCommandInput
Returns
ListTagsForResourceCommandOutput
See
input
shape.response
shape.config
shape.