servicecatalog_list_portfolios_for_product {paws.management} | R Documentation |
Lists all portfolios that the specified product is associated with
Description
Lists all portfolios that the specified product is associated with.
See https://www.paws-r-sdk.com/docs/servicecatalog_list_portfolios_for_product/ for full documentation.
Usage
servicecatalog_list_portfolios_for_product(
AcceptLanguage = NULL,
ProductId,
PageToken = NULL,
PageSize = NULL
)
Arguments
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
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. |
[Package paws.management version 0.7.0 Index]