List Portfolios
| servicecatalog_list_portfolios | R Documentation |
Lists all portfolios in the catalog¶
Description¶
Lists all portfolios in the catalog.
Usage¶
Arguments¶
AcceptLanguageThe language code.
jp- Japanesezh- Chinese
PageTokenThe page token for the next set of results. To retrieve the first set of results, use null.
PageSizeThe maximum number of items to return with this call.
Value¶
A list with the following syntax:
list(
PortfolioDetails = list(
list(
Id = "string",
ARN = "string",
DisplayName = "string",
Description = "string",
CreatedTime = as.POSIXct(
"2015-01-01"
),
ProviderName = "string"
)
),
NextPageToken = "string"
)