Struct rusoto_servicecatalog::CreatePortfolioOutput [] [src]

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

Fields

The resulting detailed portfolio information.

Tags successfully associated with the new portfolio.

Trait Implementations

impl Default for CreatePortfolioOutput
[src]

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

impl Debug for CreatePortfolioOutput
[src]

Formats the value using the given formatter.

impl Clone for CreatePortfolioOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more