Class: Aws::Honeycode::Types::ListTableColumnsResult

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

#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)


1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1001

class ListTableColumnsResult < Struct.new(
  :table_columns,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end

#table_columnsArray<Types::TableColumn>

The list of columns in the table.

Returns:



1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1001

class ListTableColumnsResult < Struct.new(
  :table_columns,
  :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)


1001
1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1001

class ListTableColumnsResult < Struct.new(
  :table_columns,
  :next_token,
  :workbook_cursor)
  SENSITIVE = []
  include Aws::Structure
end