class Aws::Signer::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the signing profile.
@return [String]

@!attribute [rw] tags

One or more tags to be associated with the signing profile.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/TagResourceRequest AWS API Documentation

Constants

SENSITIVE