Class: Aws::LakeFormation::Types::ListDataCellsFilterResponse

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_filtersArray<Types::DataCellsFilter>

A list of DataCellFilter structures.

Returns:



2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2164

class ListDataCellsFilterResponse < Struct.new(
  :data_cells_filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if not all requested data cell filters have been returned.

Returns:

  • (String)


2164
2165
2166
2167
2168
2169
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2164

class ListDataCellsFilterResponse < Struct.new(
  :data_cells_filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end