Struct aws_sdk_lexmodelsv2::model::IntentFilter [−][src]
#[non_exhaustive]pub struct IntentFilter {
pub name: Option<IntentFilterName>,
pub values: Option<Vec<String>>,
pub operator: Option<IntentFilterOperator>,
}Expand description
Filters the response from the ListIntents
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<IntentFilterName>The name of the field to use for the filter.
values: Option<Vec<String>>The value to use for the filter.
operator: Option<IntentFilterOperator>The operator to use for the filter. Specify EQ when the
ListIntents operation should return only aliases that
equal the specified value. Specify CO when the
ListIntents operation should return aliases that
contain the specified value.
Implementations
Creates a new builder-style object to manufacture IntentFilter
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IntentFilter
impl Send for IntentFilter
impl Sync for IntentFilter
impl Unpin for IntentFilter
impl UnwindSafe for IntentFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more