Class: Aws::LakeFormation::Types::GetDataCellsFilterResponse

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

#data_cells_filterTypes::DataCellsFilter

A structure that describes certain columns on certain rows.



1375
1376
1377
1378
1379
# File 'lib/aws-sdk-lakeformation/types.rb', line 1375

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