class Aws::CloudHSM::Types::RemoveTagsFromResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      tag_key_list: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tag_key_list

The tag key or keys to remove.

Specify only the tag key to remove (not the value). To overwrite the
value for an existing tag, use AddTagsToResource.
@return [Array<String>]

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

Constants

SENSITIVE