Class: Aws::MediaConvert::Types::ListTagsForResourceResponse

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

Overview

A successful request to list the tags for a resource returns a JSON map of tags.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_tagsTypes::ResourceTags

The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.

Returns:



9617
9618
9619
9620
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9617

class ListTagsForResourceResponse < Struct.new(
  :resource_tags)
  include Aws::Structure
end