Class: Aws::LakeFormation::Types::GetDataCellsFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetDataCellsFilterRequest
- 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.
1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1404 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.
1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1404 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.
1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1404 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.
1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1404 class GetDataCellsFilterRequest < Struct.new( :table_catalog_id, :database_name, :table_name, :name) SENSITIVE = [] include Aws::Structure end |