Class: Aws::CustomerProfiles::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::TagResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource that you’re adding tags to.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource that you’re adding tags to.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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 |