Amazon.StorageGateway.AmazonStorageGatewayClient.DescribeGatewayInformation C# (CSharp) Method

DescribeGatewayInformation() private method

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

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