Class: Aws::TranscribeService::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) specified in your request.
-
#tags ⇒ Array<Types::Tag>
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) specified in your request.
2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2492 class ListTagsForResourceResponse < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
2492 2493 2494 2495 2496 2497 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 2492 class ListTagsForResourceResponse < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |