You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Honeycode::Types::ResultRow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ResultRow
- Defined in:
- (unknown)
Overview
A single row in the ResultSet.
Instance Attribute Summary collapse
-
#data_items ⇒ Array<Types::DataItem>
List of all the data cells in a row.
-
#row_id ⇒ String
The ID for a particular row.
Instance Attribute Details
#data_items ⇒ Array<Types::DataItem>
List of all the data cells in a row.
#row_id ⇒ String
The ID for a particular row.