| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.PropertyPredicate
Description
Synopsis
- data PropertyPredicate = PropertyPredicate' {
- comparator :: Maybe Comparator
- key :: Maybe Text
- value :: Maybe Text
- newPropertyPredicate :: PropertyPredicate
- propertyPredicate_comparator :: Lens' PropertyPredicate (Maybe Comparator)
- propertyPredicate_key :: Lens' PropertyPredicate (Maybe Text)
- propertyPredicate_value :: Lens' PropertyPredicate (Maybe Text)
Documentation
data PropertyPredicate Source #
Defines a property predicate.
See: newPropertyPredicate smart constructor.
Constructors
| PropertyPredicate' | |
Fields
| |
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:comparator:PropertyPredicate', propertyPredicate_comparator - The comparator used to compare this property to others.
$sel:key:PropertyPredicate', propertyPredicate_key - The key of the property.
$sel:value:PropertyPredicate', propertyPredicate_value - The value of the property.
propertyPredicate_comparator :: Lens' PropertyPredicate (Maybe Comparator) Source #
The comparator used to compare this property to others.
propertyPredicate_key :: Lens' PropertyPredicate (Maybe Text) Source #
The key of the property.
propertyPredicate_value :: Lens' PropertyPredicate (Maybe Text) Source #
The value of the property.