Class: Aws::CloudHSM::Types::RemoveTagsFromResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the AWS CloudHSM resource.

Returns:

  • (String)


868
869
870
871
872
873
# File 'lib/aws-sdk-cloudhsm/types.rb', line 868

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

#tag_key_listArray<String>

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.

Returns:

  • (Array<String>)


868
869
870
871
872
873
# File 'lib/aws-sdk-cloudhsm/types.rb', line 868

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