Class: Aws::LakeFormation::Types::CreateDataCellsFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::CreateDataCellsFilterRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_data ⇒ Types::DataCellsFilter
A
DataCellsFilter
structure containing information about the data cells filter.
Instance Attribute Details
#table_data ⇒ Types::DataCellsFilter
A DataCellsFilter
structure containing information about the data
cells filter.
449 450 451 452 453 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 449 class CreateDataCellsFilterRequest < Struct.new( :table_data) SENSITIVE = [] include Aws::Structure end |