Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeGatewayInformation C# (CSharp) 메소드

DescribeGatewayInformation() 개인적인 메소드

private DescribeGatewayInformation ( DescribeGatewayInformationRequest request ) : DescribeGatewayInformationResponse
request DescribeGatewayInformationRequest
리턴 DescribeGatewayInformationResponse
        internal DescribeGatewayInformationResponse DescribeGatewayInformation(DescribeGatewayInformationRequest request)
        {
            var marshaller = new DescribeGatewayInformationRequestMarshaller();
            var unmarshaller = DescribeGatewayInformationResponseUnmarshaller.Instance;

            return Invoke<DescribeGatewayInformationRequest,DescribeGatewayInformationResponse>(request, marshaller, unmarshaller);
        }
AmazonStorageGatewayClient