lakeformation_list_data_cells_filter {paws.database}R Documentation

Lists all the data cell filters on a table

Description

Lists all the data cell filters on a table.

See https://www.paws-r-sdk.com/docs/lakeformation_list_data_cells_filter/ for full documentation.

Usage

lakeformation_list_data_cells_filter(
  Table = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Table

A table in the Glue Data Catalog.

NextToken

A continuation token, if this is a continuation call.

MaxResults

The maximum size of the response.


[Package paws.database version 0.9.0 Index]