Class: Aws::MediaConvert::Types::ListTagsForResourceRequest

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

Overview

List the tags for your AWS Elemental MediaConvert resource by sending a request with the Amazon Resource Name (ARN) of the resource. To get the ARN, send a GET request with the resource name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource that you want to list tags for. To get the ARN, send a GET request with the resource name.

Returns:

  • (String)


8701
8702
8703
8704
8705
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8701

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