Class: Aws::Glue::Types::FilterExpression

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

Overview

Specifies a filter expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#negatedBoolean

Whether the expression is to be negated.

Returns:

  • (Boolean)


8753
8754
8755
8756
8757
8758
8759
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8753

class FilterExpression < Struct.new(
  :operation,
  :negated,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

The type of operation to perform in the expression.

Returns:

  • (String)


8753
8754
8755
8756
8757
8758
8759
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8753

class FilterExpression < Struct.new(
  :operation,
  :negated,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::FilterValue>

A list of filter values.

Returns:



8753
8754
8755
8756
8757
8758
8759
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8753

class FilterExpression < Struct.new(
  :operation,
  :negated,
  :values)
  SENSITIVE = []
  include Aws::Structure
end