Class: Aws::Glue::Types::PropertyPredicate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PropertyPredicate
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Defines a property predicate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The comparator used to compare this property to others.
-
#key ⇒ String
The key of the property.
-
#value ⇒ String
The value of the property.
Instance Attribute Details
#comparator ⇒ String
The comparator used to compare this property to others.
20469 20470 20471 20472 20473 20474 20475 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20469 class PropertyPredicate < Struct.new( :key, :value, :comparator) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key of the property.
20469 20470 20471 20472 20473 20474 20475 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20469 class PropertyPredicate < Struct.new( :key, :value, :comparator) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the property.
20469 20470 20471 20472 20473 20474 20475 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20469 class PropertyPredicate < Struct.new( :key, :value, :comparator) SENSITIVE = [] include Aws::Structure end |