Amazon.OpsWorks.AmazonOpsWorksClient.StopStack C# (CSharp) 메소드

StopStack() 개인적인 메소드

private StopStack ( StopStackRequest request ) : Amazon.OpsWorks.Model.StopStackResponse
request Amazon.OpsWorks.Model.StopStackRequest
리턴 Amazon.OpsWorks.Model.StopStackResponse
        internal StopStackResponse StopStack(StopStackRequest request)
        {
            var marshaller = new StopStackRequestMarshaller();
            var unmarshaller = StopStackResponseUnmarshaller.Instance;

            return Invoke<StopStackRequest,StopStackResponse>(request, marshaller, unmarshaller);
        }
AmazonOpsWorksClient