paws.management (version 0.1.0)

servicecatalog_list_portfolios: Lists all portfolios in the catalog

Description

Lists all portfolios in the catalog.

Usage

servicecatalog_list_portfolios(AcceptLanguage, PageToken, PageSize)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

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.

Request syntax

svc$list_portfolios(
  AcceptLanguage = "string",
  PageToken = "string",
  PageSize = 123
)