Amazon.AutoScaling.AmazonAutoScalingClient.DeleteTags C# (CSharp) Method

DeleteTags() public method

Deletes the specified tags.
/// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). ///
public DeleteTags ( DeleteTagsRequest request ) : DeleteTagsResponse
request DeleteTagsRequest Container for the necessary parameters to execute the DeleteTags service method.
return DeleteTagsResponse
        public DeleteTagsResponse DeleteTags(DeleteTagsRequest request)
        {
            var marshaller = new DeleteTagsRequestMarshaller();
            var unmarshaller = DeleteTagsResponseUnmarshaller.Instance;

            return Invoke<DeleteTagsRequest,DeleteTagsResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient