Struct rusoto_servicecatalog::LaunchPathSummary [] [src]

pub struct LaunchPathSummary {
    pub constraint_summaries: Option<ConstraintSummaries>,
    pub id: Option<Id>,
    pub name: Option<PortfolioName>,
    pub tags: Option<Tags>,
}

Summary information about a path for a user to have access to a specified product.

Fields

List of constraints on the portfolio-product relationship.

The unique identifier of the product path.

Corresponds to the name of the portfolio to which the user was assigned.

List of tags used by this launch path.

Trait Implementations

impl Default for LaunchPathSummary
[src]

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

impl Debug for LaunchPathSummary
[src]

Formats the value using the given formatter.

impl Clone for LaunchPathSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more