Struct rusoto_servicecatalog::ListRecordHistorySearchFilter [] [src]

pub struct ListRecordHistorySearchFilter {
    pub key: Option<SearchFilterKey>,
    pub value: Option<SearchFilterValue>,
}

The search filter to limit results when listing request history records.

Fields

The filter key.

The filter value for Key.

Trait Implementations

impl Default for ListRecordHistorySearchFilter
[src]

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

impl Debug for ListRecordHistorySearchFilter
[src]

Formats the value using the given formatter.

impl Clone for ListRecordHistorySearchFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more