Struct aws_sdk_lexmodelsv2::model::SlotFilter
source · [−]#[non_exhaustive]pub struct SlotFilter {
pub name: Option<SlotFilterName>,
pub values: Option<Vec<String>>,
pub operator: Option<SlotFilterOperator>,
}Expand description
Filters the response from the ListSlots 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<SlotFilterName>The name of the field to use for filtering.
values: Option<Vec<String>>The value to use to filter the response.
operator: Option<SlotFilterOperator>The operator to use for the filter. Specify EQ when the ListSlots operation should return only aliases that equal the specified value. Specify CO when the ListSlots operation should return aliases that contain the specified value.
Implementations
The name of the field to use for filtering.
The operator to use for the filter. Specify EQ when the ListSlots operation should return only aliases that equal the specified value. Specify CO when the ListSlots operation should return aliases that contain the specified value.
Creates a new builder-style object to manufacture SlotFilter
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 SlotFilter
impl Send for SlotFilter
impl Sync for SlotFilter
impl Unpin for SlotFilter
impl UnwindSafe for SlotFilter
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