Class: Aws::LakeFormation::Types::CreateDataCellsFilterRequest

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

#table_dataTypes::DataCellsFilter

A ‘DataCellsFilter` structure containing information about the data cells filter.



449
450
451
452
453
# File 'lib/aws-sdk-lakeformation/types.rb', line 449

class CreateDataCellsFilterRequest < Struct.new(
  :table_data)
  SENSITIVE = []
  include Aws::Structure
end