Struct rusoto_servicecatalog::ListAcceptedPortfolioSharesOutput[][src]

pub struct ListAcceptedPortfolioSharesOutput {
    pub next_page_token: Option<String>,
    pub portfolio_details: Option<Vec<PortfolioDetail>>,
}

Fields

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Information about the portfolios.

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. Read more

impl Clone for ListAcceptedPortfolioSharesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListAcceptedPortfolioSharesOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations