Class: Aws::CustomerProfiles::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource that you’re adding tags to.

Returns:

  • (String)


6813
6814
6815
6816
6817
6818
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6813

class TagResourceRequest < 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>)


6813
6814
6815
6816
6817
6818
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6813

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