Struct rusoto_servicecatalog::ListPrincipalsForPortfolioOutput [] [src]

pub struct ListPrincipalsForPortfolioOutput {
    pub next_page_token: Option<PageToken>,
    pub principals: Option<Principals>,
}

Fields

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.

The IAM principals (users or roles) associated with the portfolio.

Trait Implementations

impl Default for ListPrincipalsForPortfolioOutput
[src]

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

impl Debug for ListPrincipalsForPortfolioOutput
[src]

Formats the value using the given formatter.

impl Clone for ListPrincipalsForPortfolioOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more