paws.management (version 0.1.0)

servicecatalog_disassociate_product_from_portfolio: Disassociates the specified product from the specified portfolio

Description

Disassociates the specified product from the specified portfolio.

Usage

servicecatalog_disassociate_product_from_portfolio(AcceptLanguage,
  ProductId, PortfolioId)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

PortfolioId

[required] The portfolio identifier.

Request syntax

svc$disassociate_product_from_portfolio(
  AcceptLanguage = "string",
  ProductId = "string",
  PortfolioId = "string"
)