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