Class: Aws::LakeFormation::Types::ListDataCellsFilterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListDataCellsFilterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the response.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#table ⇒ Types::TableResource
A table in the Glue Data Catalog.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of the response.
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_token ⇒ String
A continuation token, if this is a continuation call.
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 |
#table ⇒ Types::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 |