Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PropertyPredicate = PropertyPredicate' {
- value :: Maybe Text
- key :: Maybe Text
- comparator :: Maybe Comparator
- newPropertyPredicate :: PropertyPredicate
- propertyPredicate_value :: Lens' PropertyPredicate (Maybe Text)
- propertyPredicate_key :: Lens' PropertyPredicate (Maybe Text)
- propertyPredicate_comparator :: Lens' PropertyPredicate (Maybe Comparator)
Documentation
data PropertyPredicate Source #
Defines a property predicate.
See: newPropertyPredicate
smart constructor.
PropertyPredicate' | |
|
Instances
newPropertyPredicate :: PropertyPredicate Source #
Create a value of PropertyPredicate
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:PropertyPredicate'
, propertyPredicate_value
- The value of the property.
$sel:key:PropertyPredicate'
, propertyPredicate_key
- The key of the property.
$sel:comparator:PropertyPredicate'
, propertyPredicate_comparator
- The comparator used to compare this property to others.
propertyPredicate_value :: Lens' PropertyPredicate (Maybe Text) Source #
The value of the property.
propertyPredicate_key :: Lens' PropertyPredicate (Maybe Text) Source #
The key of the property.
propertyPredicate_comparator :: Lens' PropertyPredicate (Maybe Comparator) Source #
The comparator used to compare this property to others.