Class: Aws::TranscribeService::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) specified in your request.

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2423

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

#tagsArray<Types::Tag>

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

Returns:



2423
2424
2425
2426
2427
2428
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2423

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