class Aws::CloudHSM::Types::AddTagsToResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      tag_list: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.
@return [String]

@!attribute [rw] tag_list

One or more tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/AddTagsToResourceRequest AWS API Documentation

Constants

SENSITIVE