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

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



1297
1298
1299
1300
1301
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1297

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