Class: Aws::Glue::Types::ColumnRowFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ColumnRowFilter
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
A filter that uses both column-level and row-level filtering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
A string containing the name of the column.
-
#row_filter_expression ⇒ String
A string containing the row-level filter expression.
Instance Attribute Details
#column_name ⇒ String
A string containing the name of the column.
3064 3065 3066 3067 3068 3069 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3064 class ColumnRowFilter < Struct.new( :column_name, :row_filter_expression) SENSITIVE = [] include Aws::Structure end |
#row_filter_expression ⇒ String
A string containing the row-level filter expression.
3064 3065 3066 3067 3068 3069 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3064 class ColumnRowFilter < Struct.new( :column_name, :row_filter_expression) SENSITIVE = [] include Aws::Structure end |