Struct rusoto_servicecatalog::ListPortfolioAccessOutput [] [src]

pub struct ListPortfolioAccessOutput {
    pub account_ids: Option<AccountIds>,
    pub next_page_token: Option<PageToken>,
}

Fields

List of account IDs associated with access to the portfolio.

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 ListPortfolioAccessOutput
[src]

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

impl Debug for ListPortfolioAccessOutput
[src]

Formats the value using the given formatter.

impl Clone for ListPortfolioAccessOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more