Class: Aws::IoTSiteWise::Types::ExecuteQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExecuteQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<Types::ColumnInfo>
Represents a single column in the query results.
-
#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
#columns ⇒ Array<Types::ColumnInfo>
Represents a single column in the query results.
5714 5715 5716 5717 5718 5719 5720 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5714 class ExecuteQueryResponse < Struct.new( :columns, :rows, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
5714 5715 5716 5717 5718 5719 5720 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5714 class ExecuteQueryResponse < Struct.new( :columns, :rows, :next_token) SENSITIVE = [] include Aws::Structure end |
#rows ⇒ Array<Types::Row>
Represents a single row in the query results.
5714 5715 5716 5717 5718 5719 5720 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5714 class ExecuteQueryResponse < Struct.new( :columns, :rows, :next_token) SENSITIVE = [] include Aws::Structure end |