Class: Aws::TranscribeService::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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`.

Returns:

  • (String)


2406
2407
2408
2409
2410
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2406

class ListTagsForResourceRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end