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

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


620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620

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)


620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620

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)


620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620

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)


620
621
622
623
624
625
626
627
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 620

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