class Aws::CodeCommit::Types::TagResourceInput

@note When making an API call, you may pass TagResourceInput

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to which you want to
add or update tags.
@return [String]

@!attribute [rw] tags

The key-value pair to use when tagging this repository.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/TagResourceInput AWS API Documentation

Constants

SENSITIVE