Amazon.CloudFormation.AmazonCloudFormationClient.GetStackPolicy C# (CSharp) Method

GetStackPolicy() private method

private GetStackPolicy ( GetStackPolicyRequest request ) : GetStackPolicyResponse
request GetStackPolicyRequest
return GetStackPolicyResponse
        internal GetStackPolicyResponse GetStackPolicy(GetStackPolicyRequest request)
        {
            var marshaller = new GetStackPolicyRequestMarshaller();
            var unmarshaller = GetStackPolicyResponseUnmarshaller.Instance;

            return Invoke<GetStackPolicyRequest,GetStackPolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonCloudFormationClient