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 DeleteTags operation. Deletes the specified tags from a file system. If the DeleteTags request includes a tag key that does not exist, Amazon EFS ignores it; it is not an error. For more information about tags and related restrictions, go to Tag Restrictions in the AWS Billing and Cost Management User Guide.

This operation requires permission for the elasticfilesystem:DeleteTags action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticFileSystem.AmazonElasticFileSystemRequest
      Amazon.ElasticFileSystem.Model.DeleteTagsRequest

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

Syntax

C#
public class DeleteTagsRequest : AmazonElasticFileSystemRequest
         IRequestEvents

The DeleteTagsRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteTagsRequest()

Properties

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

String. The ID of the file system whose tags you want to delete.

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

A list of tag keys to delete.

Version Information

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