Displays the tags associated with an Evidently resource.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListTagsForResourceCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListTagsForResourceCommand(input); const response = await client.send(command);
ListTagsForResourceCommandInput for command's input shape.
input
ListTagsForResourceCommandOutput for command's response shape.
response
config for EvidentlyClient's config shape.
config
Displays the tags associated with an Evidently resource.
Use a bare-bones client and the command you need to make an API call.
import { EvidentlyClient, ListTagsForResourceCommand } from "@aws-sdk/client-evidently"; // ES Modules import // const { EvidentlyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-evidently"); // CommonJS import const client = new EvidentlyClient(config); const command = new ListTagsForResourceCommand(input); const response = await client.send(command);
ListTagsForResourceCommandInput for command's
input
shape.ListTagsForResourceCommandOutput for command's
response
shape.config for EvidentlyClient's
config
shape.