Class: Aws::LakeFormation::Types::DeleteDataCellsFilterRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 839

class DeleteDataCellsFilterRequest < 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)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 839

class DeleteDataCellsFilterRequest < 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)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 839

class DeleteDataCellsFilterRequest < Struct.new(
  :table_catalog_id,
  :database_name,
  :table_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

A table in the database.

Returns:

  • (String)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 839

class DeleteDataCellsFilterRequest < Struct.new(
  :table_catalog_id,
  :database_name,
  :table_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end