Struct rusoto_servicecatalog::AssociateProductWithPortfolioInput [] [src]

pub struct AssociateProductWithPortfolioInput {
    pub accept_language: Option<AcceptLanguage>,
    pub portfolio_id: Id,
    pub product_id: Id,
    pub source_portfolio_id: Option<Id>,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The portfolio identifier.

The product identifier.

The identifier of the source portfolio to use with this association.

Trait Implementations

impl Default for AssociateProductWithPortfolioInput
[src]

Returns the "default value" for a type. Read more

impl Debug for AssociateProductWithPortfolioInput
[src]

Formats the value using the given formatter.

impl Clone for AssociateProductWithPortfolioInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more