Class: Aws::LakeFormation::Types::UpdateDataCellsFilterRequest

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.



3772
3773
3774
3775
3776
# File 'lib/aws-sdk-lakeformation/types.rb', line 3772

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