Struct rusoto_servicecatalog::ListConstraintsForPortfolioOutput [] [src]

pub struct ListConstraintsForPortfolioOutput {
    pub constraint_details: Option<ConstraintDetails>,
    pub next_page_token: Option<PageToken>,
}

Fields

List of detailed constraint information objects.

The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Trait Implementations

impl Default for ListConstraintsForPortfolioOutput
[src]

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

impl Debug for ListConstraintsForPortfolioOutput
[src]

Formats the value using the given formatter.

impl Clone for ListConstraintsForPortfolioOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more