Struct rusoto_servicecatalog::UpdatePortfolioOutput [] [src]

pub struct UpdatePortfolioOutput {
    pub portfolio_detail: Option<PortfolioDetail>,
    pub tags: Option<Tags>,
}

Fields

The resulting detailed portfolio information.

Tags associated with the portfolio.

Trait Implementations

impl Default for UpdatePortfolioOutput
[src]

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

impl Debug for UpdatePortfolioOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdatePortfolioOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more