C# Class Amazon.EC2.Model.DeleteTagsRequest

Container for the parameters to the DeleteTags operation.

Deletes the specified set of tags from the specified set of resources. This call is designed to follow a DescribeTags request.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide .

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteTagsRequest ( ) : System

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

DeleteTagsRequest ( List resources ) : System

Instantiates DeleteTagsRequest with the parameterized properties

Private Methods

Method Description
IsSetResources ( ) : bool
IsSetTags ( ) : bool

Method Details

DeleteTagsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteTagsRequest ( ) : System
return System

DeleteTagsRequest() public method

Instantiates DeleteTagsRequest with the parameterized properties
public DeleteTagsRequest ( List resources ) : System
resources List The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.
return System