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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


992
993
994
995
996
997
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 992

class UntagResourceRequest < Struct.new(
  :resource_id,
  :tag_key_list)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


992
993
994
995
996
997
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 992

class UntagResourceRequest < Struct.new(
  :resource_id,
  :tag_key_list)
  SENSITIVE = []
  include Aws::Structure
end