Struct rusoto_servicecatalog::ListAcceptedPortfolioSharesInput[][src]

pub struct ListAcceptedPortfolioSharesInput {
    pub accept_language: Option<String>,
    pub page_size: Option<i64>,
    pub page_token: Option<String>,
    pub portfolio_share_type: Option<String>,
}

Fields

accept_language: Option<String>

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

page_size: Option<i64>

The maximum number of items to return with this call.

page_token: Option<String>

The page token for the next set of results. To retrieve the first set of results, use null.

portfolio_share_type: Option<String>

The type of shared portfolios to list. The default is to list imported portfolios.

  • AWSORGANIZATIONS - List portfolios shared by the management account of your organization

  • AWSSERVICECATALOG - List default portfolios

  • IMPORTED - List imported portfolios

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.