You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::AssociateProductWithPortfolioInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssociateProductWithPortfolioInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  accept_language: "AcceptLanguage",
  product_id: "Id", # required
  portfolio_id: "Id", # required
  source_portfolio_id: "Id",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)

    The portfolio identifier.

#product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#source_portfolio_idString

The identifier of the source portfolio.

Returns:

  • (String)

    The identifier of the source portfolio.