class Aws::Honeycode::Types::ListTableRowsResult
@!attribute [rw] column_ids
The list of columns in the table whose row data is returned in the result. @return [Array<String>]
@!attribute [rw] rows
The list of rows in the table. Note that this result is paginated, so this list contains a maximum of 100 rows. @return [Array<Types::TableRow>]
@!attribute [rw] row_ids_not_found
The list of row ids included in the request that were not found in the table. @return [Array<String>]
@!attribute [rw] next_token
Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the request has been loaded. @return [String]
@!attribute [rw] workbook_cursor
Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor keeps increasing with every update and the increments are not sequential. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/ListTableRowsResult AWS API Documentation
Constants
- SENSITIVE