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 UntagResource operation. You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SupplyChain.AmazonSupplyChainRequest
      Amazon.SupplyChain.Model.UntagResourceRequest

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

Syntax

C#
public class UntagResourceRequest : AmazonSupplyChainRequest
         IAmazonWebServiceRequest

The UntagResourceRequest type exposes the following members

Constructors

NameDescription
Public Method UntagResourceRequest()

Properties

NameTypeDescription
Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

The Amazon Web Services Supply chain resource ARN that needs to be untagged.

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

Gets and sets the property TagKeys.

The list of tag keys to be deleted for an Amazon Web Services Supply Chain resource.

Examples

Successful UntagResource


var client = new AmazonSupplyChainClient();
var response = client.CreateBillOfMaterialsImportJob(new CreateBillOfMaterialsImportJobRequest 
{
    ClientToken = "550e8400-e29b-41d4-a716-446655440000",
    InstanceId = "60f82bbd-71f7-4fcd-a941-472f574c5243",
    S3uri = "s3://mybucketname/pathelemene/file.csv"
});

string jobId = response.JobId;

            

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