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)


16867
16868
16869
16870
16871
16872
16873
# File 'lib/aws-sdk-glue/types.rb', line 16867

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

#keyString

The key of the property.

Returns:

  • (String)


16867
16868
16869
16870
16871
16872
16873
# File 'lib/aws-sdk-glue/types.rb', line 16867

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

#valueString

The value of the property.

Returns:

  • (String)


16867
16868
16869
16870
16871
16872
16873
# File 'lib/aws-sdk-glue/types.rb', line 16867

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