Class: Aws::LakeFormation::Types::GetDataCellsFilterRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

A database in the Glue Data Catalog.

Returns:

  • (String)


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

#nameString

The name given by the user to the data filter cell.

Returns:

  • (String)


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_idString

The ID of the catalog to which the table belongs.

Returns:

  • (String)


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_nameString

A table in the database.

Returns:

  • (String)


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