Class: Aws::LakeFormation::Types::ListDataCellsFilterRequest

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

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


2348
2349
2350
2351
2352
2353
2354
# File 'lib/aws-sdk-lakeformation/types.rb', line 2348

class ListDataCellsFilterRequest < Struct.new(
  :table,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


2348
2349
2350
2351
2352
2353
2354
# File 'lib/aws-sdk-lakeformation/types.rb', line 2348

class ListDataCellsFilterRequest < Struct.new(
  :table,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#tableTypes::TableResource

A table in the Glue Data Catalog.



2348
2349
2350
2351
2352
2353
2354
# File 'lib/aws-sdk-lakeformation/types.rb', line 2348

class ListDataCellsFilterRequest < Struct.new(
  :table,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end