Amazon.ElasticMapReduce.AmazonElasticMapReduceClient.RemoveAutoScalingPolicy C# (CSharp) Метод

RemoveAutoScalingPolicy() приватный Метод

private RemoveAutoScalingPolicy ( RemoveAutoScalingPolicyRequest request ) : RemoveAutoScalingPolicyResponse
request Amazon.ElasticMapReduce.Model.RemoveAutoScalingPolicyRequest
Результат RemoveAutoScalingPolicyResponse
        internal RemoveAutoScalingPolicyResponse RemoveAutoScalingPolicy(RemoveAutoScalingPolicyRequest request)
        {
            var marshaller = new RemoveAutoScalingPolicyRequestMarshaller();
            var unmarshaller = RemoveAutoScalingPolicyResponseUnmarshaller.Instance;

            return Invoke<RemoveAutoScalingPolicyRequest,RemoveAutoScalingPolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticMapReduceClient