Amazon.ServiceCatalog.AmazonServiceCatalogClient.DescribeProductView C# (CSharp) Method

DescribeProductView() public method

Retrieves information about a specified product.

This operation is functionally identical to DescribeProduct except that it takes as input ProductViewId instead of ProductId.

/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DescribeProductView ( DescribeProductViewRequest request ) : DescribeProductViewResponse
request DescribeProductViewRequest Container for the necessary parameters to execute the DescribeProductView service method.
return DescribeProductViewResponse
        public DescribeProductViewResponse DescribeProductView(DescribeProductViewRequest request)
        {
            var marshaller = new DescribeProductViewRequestMarshaller();
            var unmarshaller = DescribeProductViewResponseUnmarshaller.Instance;

            return Invoke<DescribeProductViewRequest,DescribeProductViewResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient