Class: Aws::LakeFormation::Types::GetDataCellsFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetDataCellsFilterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_cells_filter ⇒ Types::DataCellsFilter
A structure that describes certain columns on certain rows.
Instance Attribute Details
#data_cells_filter ⇒ Types::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 |