You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Honeycode::Types::GetScreenDataResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

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 query has been loaded.

Returns:

  • (String)

    Provides the pagination token to load the next page if there are more results matching the request.

#resultsHash<String,Types::ResultSet>

A map of all the rows on the screen keyed by block name.

Returns:

  • (Hash<String,Types::ResultSet>)

    A map of all the rows on the screen keyed by block name.

#workbook_cursorInteger

Indicates the cursor of the workbook at which the data returned by this workbook is read. Workbook cursor keeps increasing with every update and the increments are not sequential.

Returns:

  • (Integer)

    Indicates the cursor of the workbook at which the data returned by this workbook is read.