Class: Aws::LakeFormation::Types::DataCellsFilterResource

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

Overview

A structure for a data cells filter resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

A database in the Glue Data Catalog.

Returns:

  • (String)


676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-lakeformation/types.rb', line 676

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

#nameString

The name of the data cells filter.

Returns:

  • (String)


676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-lakeformation/types.rb', line 676

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


676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-lakeformation/types.rb', line 676

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

#table_nameString

The name of the table.

Returns:

  • (String)


676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-lakeformation/types.rb', line 676

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