Struct rusoto_servicecatalog::ListAcceptedPortfolioSharesOutput [] [src]

pub struct ListAcceptedPortfolioSharesOutput {
    pub next_page_token: Option<PageToken>,
    pub portfolio_details: Option<PortfolioDetails>,
}

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.

List of detailed portfolio information objects.

Trait Implementations

impl Default for ListAcceptedPortfolioSharesOutput
[src]

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

impl Debug for ListAcceptedPortfolioSharesOutput
[src]

Formats the value using the given formatter.

impl Clone for ListAcceptedPortfolioSharesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more