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:


10743
10744
10745
10746
10747
10748
10749
10750
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10743

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>)

10743
10744
10745
10746
10747
10748
10749
10750
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10743

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)

10743
10744
10745
10746
10747
10748
10749
10750
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10743

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

#nameString

The name of the transform node.

Returns:

  • (String)

10743
10744
10745
10746
10747
10748
10749
10750
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10743

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