Class: Aws::LakeFormation::Types::DeleteDataCellsFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DeleteDataCellsFilterRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
A database in the Glue Data Catalog.
-
#name ⇒ String
The name given by the user to the data filter cell.
-
#table_catalog_id ⇒ String
The ID of the catalog to which the table belongs.
-
#table_name ⇒ String
A table in the database.
Instance Attribute Details
#database_name ⇒ String
A database in the Glue Data Catalog.
895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 895 class DeleteDataCellsFilterRequest < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name given by the user to the data filter cell.
895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 895 class DeleteDataCellsFilterRequest < 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.
895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 895 class DeleteDataCellsFilterRequest < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
A table in the database.
895 896 897 898 899 900 901 902 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 895 class DeleteDataCellsFilterRequest < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |