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§
source§impl 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.