Struct rusoto_servicecatalog::ListRecordHistoryInput [] [src]

pub struct ListRecordHistoryInput {
    pub accept_language: Option<AcceptLanguage>,
    pub access_level_filter: Option<AccessLevelFilter>,
    pub page_size: Option<PageSize>,
    pub page_token: Option<PageToken>,
    pub search_filter: Option<ListRecordHistorySearchFilter>,
}

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 access level for obtaining results. If left unspecified, User level access is used.

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 filter to limit search results.

Trait Implementations

impl Default for ListRecordHistoryInput
[src]

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

impl Debug for ListRecordHistoryInput
[src]

Formats the value using the given formatter.

impl Clone for ListRecordHistoryInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more