Class: Aws::LakeFormation::Types::DataCellsFilterResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DataCellsFilterResource
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure for a data cells filter resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
A database in the Glue Data Catalog.
-
#name ⇒ String
The name of the data cells filter.
-
#table_catalog_id ⇒ String
The ID of the catalog to which the table belongs.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#database_name ⇒ String
A database in the Glue Data Catalog.
620 621 622 623 624 625 626 627 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620 class DataCellsFilterResource < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data cells filter.
620 621 622 623 624 625 626 627 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620 class DataCellsFilterResource < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |
#table_catalog_id ⇒ String
The ID of the catalog to which the table belongs.
620 621 622 623 624 625 626 627 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620 class DataCellsFilterResource < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
620 621 622 623 624 625 626 627 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620 class DataCellsFilterResource < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |