class Aws::Honeycode::Types::QueryTableRowsRequest
@note When making an API call, you may pass QueryTableRowsRequest
data as a hash: { workbook_id: "ResourceId", # required table_id: "ResourceId", # required filter_formula: { # required formula: "Formula", # required context_row_id: "RowId", }, max_results: 1, next_token: "PaginationToken", }
@!attribute [rw] workbook_id
The ID of the workbook whose table rows are being queried. If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. @return [String]
@!attribute [rw] table_id
The ID of the table whose rows are being queried. If a table with the specified id could not be found, this API throws ResourceNotFoundException. @return [String]
@!attribute [rw] filter_formula
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate. @return [Types::Filter]
@!attribute [rw] max_results
The maximum number of rows to return in each page of the results. @return [Integer]
@!attribute [rw] next_token
This parameter is optional. If a nextToken is not specified, the API returns the first page of data. Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/QueryTableRowsRequest AWS API Documentation
Constants
- SENSITIVE