class Aws::CloudHSMV2::Types::TagResourceRequest

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

data as a hash:

    {
      resource_id: "ResourceId", # required
      tag_list: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_id

The cluster identifier (ID) for the cluster that you are tagging. To
find the cluster ID, use DescribeClusters.
@return [String]

@!attribute [rw] tag_list

A list of one or more tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/TagResourceRequest AWS API Documentation

Constants

SENSITIVE