AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the RemoveTags operation. Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

The following example removes the stack tag with value Prod from a cluster:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.RemoveTagsRequest

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class RemoveTagsRequest : AmazonElasticMapReduceRequest
         IAmazonWebServiceRequest

The RemoveTagsRequest type exposes the following members

Constructors

NameDescription
Public Method RemoveTagsRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method RemoveTagsRequest(string)

Instantiates RemoveTagsRequest with the parameterized properties

Public Method RemoveTagsRequest(string, List<String>)

Instantiates RemoveTagsRequest with the parameterized properties

Properties

NameTypeDescription
Public Property ResourceId System.String

Gets and sets the property ResourceId.

The Amazon EMR resource identifier from which tags will be removed. For example, a cluster identifier or an Amazon EMR Studio ID.

Public Property TagKeys System.Collections.Generic.List<System.String>

Gets and sets the property TagKeys.

A list of tag keys to remove from the resource.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5