Class: Aws::IoTTwinMaker::Types::ExecuteQueryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time. The default is 50.

Returns:

  • (Integer)


1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-iottwinmaker/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

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-iottwinmaker/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

#query_statementString

The query statement.

Returns:

  • (String)


1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-iottwinmaker/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

#workspace_idString

The ID of the workspace.

Returns:

  • (String)


1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-iottwinmaker/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