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

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

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


2110
2111
2112
2113
2114
2115
2116
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2110

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)


2110
2111
2112
2113
2114
2115
2116
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2110

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

#tableTypes::TableResource

A table in the Glue Data Catalog.



2110
2111
2112
2113
2114
2115
2116
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2110

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