Class: Aws::Glue::Types::PropertyPredicate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Defines a property predicate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparatorString

The comparator used to compare this property to others.

Returns:

  • (String)


20627
20628
20629
20630
20631
20632
20633
# File 'lib/aws-sdk-glue/types.rb', line 20627

class PropertyPredicate < Struct.new(
  :key,
  :value,
  :comparator)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key of the property.

Returns:

  • (String)


20627
20628
20629
20630
20631
20632
20633
# File 'lib/aws-sdk-glue/types.rb', line 20627

class PropertyPredicate < Struct.new(
  :key,
  :value,
  :comparator)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the property.

Returns:

  • (String)


20627
20628
20629
20630
20631
20632
20633
# File 'lib/aws-sdk-glue/types.rb', line 20627

class PropertyPredicate < Struct.new(
  :key,
  :value,
  :comparator)
  SENSITIVE = []
  include Aws::Structure
end