Class: Aws::MediaConvert::Types::ResourceTags

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


11524
11525
11526
11527
11528
11529
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11524

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

#tagsHash<String,String>

The tags for the resource.

Returns:

  • (Hash<String,String>)


11524
11525
11526
11527
11528
11529
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11524

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