Class: Aws::LakeFormation::Types::DataCellsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DataCellsFilter
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure that describes certain columns on certain rows.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_names ⇒ Array<String>
A list of column names and/or nested column attributes.
-
#column_wildcard ⇒ Types::ColumnWildcard
A wildcard with exclusions.
-
#database_name ⇒ String
A database in the Glue Data Catalog.
-
#name ⇒ String
The name given by the user to the data filter cell.
-
#row_filter ⇒ Types::RowFilter
A PartiQL predicate.
-
#table_catalog_id ⇒ String
The ID of the catalog to which the table belongs.
-
#table_name ⇒ String
A table in the database.
-
#version_id ⇒ String
The ID of the data cells filter version.
Instance Attribute Details
#column_names ⇒ Array<String>
A list of column names and/or nested column attributes. When specifying nested attributes, use a qualified dot (.) delimited format such as "address"."zip". Nested attributes within this list may not exceed a depth of 5.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#column_wildcard ⇒ Types::ColumnWildcard
A wildcard with exclusions.
You must specify either a ColumnNames
list or the
ColumnWildCard
.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
A database in the Glue Data Catalog.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name given by the user to the data filter cell.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#row_filter ⇒ Types::RowFilter
A PartiQL predicate.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#table_catalog_id ⇒ String
The ID of the catalog to which the table belongs.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
A table in the database.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the data cells filter version.
643 644 645 646 647 648 649 650 651 652 653 654 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 643 class DataCellsFilter < Struct.new( :table_catalog_id, :database_name, :table_name, :name, :row_filter, :column_names, :column_wildcard, :version_id) SENSITIVE = [] include Aws::Structure end |