View source: R/servicecatalog_operations.R
servicecatalog_describe_portfolio_shares | R Documentation |
Returns a summary of each of the portfolio shares that were created for the specified portfolio.
See https://www.paws-r-sdk.com/docs/servicecatalog_describe_portfolio_shares/ for full documentation.
servicecatalog_describe_portfolio_shares(
PortfolioId,
Type,
PageToken = NULL,
PageSize = NULL
)
PortfolioId |
[required] The unique identifier of the portfolio for which shares will be retrieved. |
Type |
[required] The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following: 1\. 2\. 3\. 4\. |
PageToken |
The page token for the next set of results. To retrieve the first set of results, use null. |
PageSize |
The maximum number of items to return with this call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.