Class: Aws::Honeycode::Types::ListTableRowsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_idsArray<String>

The list of columns in the table whose row data is returned in the result.

Returns:

  • (Array<String>)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1086

class ListTableRowsResult < Struct.new(
  :column_ids,
  :rows,
  :row_ids_not_found,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1086

class ListTableRowsResult < Struct.new(
  :column_ids,
  :rows,
  :row_ids_not_found,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end

#row_ids_not_foundArray<String>

The list of row ids included in the request that were not found in the table.

Returns:

  • (Array<String>)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1086

class ListTableRowsResult < Struct.new(
  :column_ids,
  :rows,
  :row_ids_not_found,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end

#rowsArray<Types::TableRow>

The list of rows in the table. Note that this result is paginated, so this list contains a maximum of 100 rows.

Returns:



1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1086

class ListTableRowsResult < Struct.new(
  :column_ids,
  :rows,
  :row_ids_not_found,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end

#workbook_cursorInteger

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.

Returns:

  • (Integer)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1086

class ListTableRowsResult < Struct.new(
  :column_ids,
  :rows,
  :row_ids_not_found,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end