You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSMV2::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.

Returns:

  • (String)

    The cluster identifier (ID) for the cluster whose tags you are removing.

#tag_key_listArray<String>

A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.

Returns:

  • (Array<String>)

    A list of one or more tag keys for the tags that you are removing.