Class: Aws::IoTSiteWise::Types::ExecuteQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExecuteQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#query_statement ⇒ String
The IoT SiteWise query statement.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time. The default is 25.
5321 5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5321 class ExecuteQueryRequest < Struct.new( :query_statement, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
5321 5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5321 class ExecuteQueryRequest < Struct.new( :query_statement, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#query_statement ⇒ String
The IoT SiteWise query statement.
5321 5322 5323 5324 5325 5326 5327 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5321 class ExecuteQueryRequest < Struct.new( :query_statement, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |