AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the RemoveTagsFromResource operation. The RemoveTagsFromResource action removes the tags identified by the TagKeys list from the named resource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElastiCache.AmazonElastiCacheRequest
      Amazon.ElastiCache.Model.RemoveTagsFromResourceRequest

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RemoveTagsFromResourceRequest : AmazonElastiCacheRequest
         IRequestEvents

The RemoveTagsFromResourceRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ResourceName System.String Gets and sets the property ResourceName.

The name of the ElastiCache resource from which you want the listed tags removed, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster.

Public Property TagKeys System.Collections.Generic.List<System.String> Gets and sets the property TagKeys.

A list of TagKeys identifying the tags you want removed from the named resource. For example, TagKeys.member.1=Region removes the cost allocation tag with the key name Region from the resource named by the ResourceName parameter.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8