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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2367
2368
2369
2370
2371
2372
# File 'lib/aws-sdk-lakeformation/types.rb', line 2367

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)


2367
2368
2369
2370
2371
2372
# File 'lib/aws-sdk-lakeformation/types.rb', line 2367

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