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 the specified tags from a trail, event data store, or channel.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudTrail.AmazonCloudTrailRequest
      Amazon.CloudTrail.Model.RemoveTagsRequest

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

Syntax

C#
public class RemoveTagsRequest : AmazonCloudTrailRequest
         IAmazonWebServiceRequest

The RemoveTagsRequest type exposes the following members

Constructors

NameDescription
Public Method RemoveTagsRequest()

Properties

NameTypeDescription
Public Property ResourceId System.String

Gets and sets the property ResourceId.

Specifies the ARN of the trail, event data store, or channel from which tags should be removed.

Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Example event data store ARN format: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

Public Property TagsList System.Collections.Generic.List<Amazon.CloudTrail.Model.Tag>

Gets and sets the property TagsList.

Specifies a list of tags to be removed.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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