class Aws::Glue::Types::PropertyPredicate
Defines a property predicate.
@note When making an API call, you may pass PropertyPredicate
data as a hash: { key: "ValueString", value: "ValueString", comparator: "EQUALS", # accepts EQUALS, GREATER_THAN, LESS_THAN, GREATER_THAN_EQUALS, LESS_THAN_EQUALS }
@!attribute [rw] key
The key of the property. @return [String]
@!attribute [rw] value
The value of the property. @return [String]
@!attribute [rw] comparator
The comparator used to compare this property to others. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PropertyPredicate AWS API Documentation
Constants
- SENSITIVE