Struct aws_sdk_lexmodelsv2::model::BotFilter
source · [−]#[non_exhaustive]pub struct BotFilter { /* private fields */ }Expand description
Filters the responses returned by the ListBots operation.
Implementations
sourceimpl BotFilter
impl BotFilter
sourcepub fn name(&self) -> Option<&BotFilterName>
pub fn name(&self) -> Option<&BotFilterName>
The name of the field to filter the list of bots.
sourcepub fn operator(&self) -> Option<&BotFilterOperator>
pub fn operator(&self) -> Option<&BotFilterOperator>
The operator to use for the filter. Specify EQ when the ListBots operation should return only aliases that equal the specified value. Specify CO when the ListBots operation should return aliases that contain the specified value.
Trait Implementations
impl StructuralPartialEq for BotFilter
Auto Trait Implementations
impl RefUnwindSafe for BotFilter
impl Send for BotFilter
impl Sync for BotFilter
impl Unpin for BotFilter
impl UnwindSafe for BotFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more