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

Class: Aws::DirectoryService::Types::RemoveTagsFromResourceRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

Identifier (ID) of the directory from which to remove the tag.

Returns:

  • (String)

    Identifier (ID) of the directory from which to remove the tag.

#tag_keysArray<String>

The tag key (name) of the tag to be removed.

Returns:

  • (Array<String>)

    The tag key (name) of the tag to be removed.