Class: Aws::LakeFormation::Types::GetDataCellsFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetDataCellsFilterRequest
- Includes:
- Structure
- Defined in:
- 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.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1360 class GetDataCellsFilterRequest < 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.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1360 class GetDataCellsFilterRequest < 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.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1360 class GetDataCellsFilterRequest < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
A table in the database.
1360 1361 1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1360 class GetDataCellsFilterRequest < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |