Class: Aws::EntityResolution::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource for which you want to view tags.

Returns:

  • (String)


3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-entityresolution/types.rb', line 3307

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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-entityresolution/types.rb', line 3307

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