Struct rusoto_servicecatalog::SearchProductsAsAdminInput [] [src]

pub struct SearchProductsAsAdminInput {
    pub accept_language: Option<AcceptLanguage>,
    pub filters: Option<ProductViewFilters>,
    pub page_size: Option<PageSize>,
    pub page_token: Option<PageToken>,
    pub portfolio_id: Option<Id>,
    pub product_source: Option<ProductSource>,
    pub sort_by: Option<ProductViewSortBy>,
    pub sort_order: Option<SortOrder>,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The list of filters with which to limit search results. If no search filters are specified, the output is all the products to which the administrator has access.

The maximum number of items to return in the results. If more results exist than fit in the specified PageSize, the value of NextPageToken in the response is non-null.

The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.

The portfolio identifier.

Access level of the source of the product.

The sort field specifier. If no value is specified, results are not sorted.

The sort order specifier. If no value is specified, results are not sorted.

Trait Implementations

impl Default for SearchProductsAsAdminInput
[src]

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

impl Debug for SearchProductsAsAdminInput
[src]

Formats the value using the given formatter.

impl Clone for SearchProductsAsAdminInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more