class Aws::CloudHSMV2::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_id: "ResourceId", # required
      tag_key_list: ["TagKey"], # required
    }

@!attribute [rw] resource_id

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

@!attribute [rw] tag_key_list

A list of one or more tag keys for the tags that you are removing.
Specify only the tag keys, not the tag values.
@return [Array<String>]

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

Constants

SENSITIVE