Class: Aws::Glue::Types::ColumnRowFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ColumnRowFilter
- Includes:
- Structure
- Defined in:
- 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.
3076 3077 3078 3079 3080 3081 |
# File 'lib/aws-sdk-glue/types.rb', line 3076 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.
3076 3077 3078 3079 3080 3081 |
# File 'lib/aws-sdk-glue/types.rb', line 3076 class ColumnRowFilter < Struct.new( :column_name, :row_filter_expression) SENSITIVE = [] include Aws::Structure end |