Class: Aws::IoTTwinMaker::Types::ExecuteQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ExecuteQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_descriptions ⇒ Array<Types::ColumnDescription>
A list of ColumnDescription objects.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#rows ⇒ Array<Types::Row>
Represents a single row in the query results.
Instance Attribute Details
#column_descriptions ⇒ Array<Types::ColumnDescription>
A list of ColumnDescription objects.
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 |
#next_token ⇒ String
The string that specifies the next page of 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 |
#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 |