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

Class: Aws::EMR::Types::RemoveTagsInput

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

Overview

Note:

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

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

This input identifies a cluster and a list of tags to remove.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.

Returns:

  • (String)

    The Amazon EMR resource identifier from which tags will be removed.

#tag_keysArray<String>

A list of tag keys to remove from a resource.

Returns:

  • (Array<String>)

    A list of tag keys to remove from a resource.