Class: Aws::LakeFormation::Types::ListDataCellsFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListDataCellsFilterResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_cells_filters ⇒ Array<Types::DataCellsFilter>
A list of
DataCellFilter
structures. -
#next_token ⇒ String
A continuation token, if not all requested data cell filters have been returned.
Instance Attribute Details
#data_cells_filters ⇒ Array<Types::DataCellsFilter>
A list of DataCellFilter
structures.
2182 2183 2184 2185 2186 2187 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2182 class ListDataCellsFilterResponse < Struct.new( :data_cells_filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if not all requested data cell filters have been returned.
2182 2183 2184 2185 2186 2187 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2182 class ListDataCellsFilterResponse < Struct.new( :data_cells_filters, :next_token) SENSITIVE = [] include Aws::Structure end |