Amazon.AutoScaling.AmazonAutoScalingClient.DeleteTags C# (CSharp) Метод

DeleteTags() публичный Метод

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.
Результат DeleteTagsResponse
        public DeleteTagsResponse DeleteTags(DeleteTagsRequest request)
        {
            var marshaller = new DeleteTagsRequestMarshaller();
            var unmarshaller = DeleteTagsResponseUnmarshaller.Instance;

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