pub fn eq(field: impl Into<String>, value: impl Into<Value>) -> CmdConditionExpand description
field == value. Shorthand for CmdCondition::eq.
let cond = eq("logGroupNamePrefix", "/aws/lambda/");pub fn eq(field: impl Into<String>, value: impl Into<Value>) -> CmdConditionfield == value. Shorthand for CmdCondition::eq.
let cond = eq("logGroupNamePrefix", "/aws/lambda/");