class Aws::CodeArtifact::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "Arn", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource that you want to add or update tags for. @return [String]
@!attribute [rw] tags
The tags you want to modify or add to the resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE