Class: Aws::Glue::Types::Filter

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

Overview

Specifies a transform that splits a dataset into two, based on a filter condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::FilterExpression>

Specifies a filter expression.

Returns:



8728
8729
8730
8731
8732
8733
8734
8735
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8728

class Filter < Struct.new(
  :name,
  :inputs,
  :logical_operator,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


8728
8729
8730
8731
8732
8733
8734
8735
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8728

class Filter < Struct.new(
  :name,
  :inputs,
  :logical_operator,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#logical_operatorString

The operator used to filter rows by comparing the key value to a specified value.

Returns:

  • (String)


8728
8729
8730
8731
8732
8733
8734
8735
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8728

class Filter < Struct.new(
  :name,
  :inputs,
  :logical_operator,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the transform node.

Returns:

  • (String)


8728
8729
8730
8731
8732
8733
8734
8735
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8728

class Filter < Struct.new(
  :name,
  :inputs,
  :logical_operator,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end