transcribeservice_list_tags_for_resource: Lists all tags associated with the specified transcription...

View source: R/transcribeservice_operations.R

transcribeservice_list_tags_for_resourceR Documentation

Lists all tags associated with the specified transcription job, vocabulary, model, or resource

Description

Lists all tags associated with the specified transcription job, vocabulary, model, or resource.

See https://www.paws-r-sdk.com/docs/transcribeservice_list_tags_for_resource/ for full documentation.

Usage

transcribeservice_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] Returns a list of all tags associated with the specified Amazon Resource Name (ARN). ARNs have the format arn:partition:service:region:account-id:resource-type/resource-id.

For example, arn:aws:transcribe:us-west-2:111122223333:transcription-job/transcription-job-name.

Valid values for resource-type are: transcription-job, medical-transcription-job, vocabulary, medical-vocabulary, vocabulary-filter, and language-model.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.