transcribeservice_list_tags_for_resource {paws.machine.learning}R 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.


[Package paws.machine.learning version 0.7.0 Index]