Method: Aws::IoTTwinMaker::Types::ExecuteQueryRequest#query_statement
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
#query_statement ⇒ String
The query statement.
1284 1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1284 class ExecuteQueryRequest < Struct.new( :workspace_id, :query_statement, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |