An attribute to be used as a parameter in a query filter.
Examples
const attribute = {
type: "attribute",
attribute: "Name",
attributeType: "String",
};
const attribute = {
type: "attribute",
attribute: "CreatedBy",
attributeType: "DateTime",
};