Method: Aws::IoTTwinMaker::Types::ExecuteQueryResponse#rows
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
#rows ⇒ Array<Types::Row>
Represents a single row in the query results.
1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1305 class ExecuteQueryResponse < Struct.new( :column_descriptions, :rows, :next_token) SENSITIVE = [] include Aws::Structure end |