Class: Aws::IoTSiteWise::Types::ExecuteQueryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


5693
5694
5695
5696
5697
5698
5699
5700
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5693

class ExecuteQueryRequest < Struct.new(
  :query_statement,
  :next_token,
  :max_results,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


5693
5694
5695
5696
5697
5698
5699
5700
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5693

class ExecuteQueryRequest < Struct.new(
  :query_statement,
  :next_token,
  :max_results,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


5693
5694
5695
5696
5697
5698
5699
5700
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5693

class ExecuteQueryRequest < Struct.new(
  :query_statement,
  :next_token,
  :max_results,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#query_statementString

The IoT SiteWise query statement.

Returns:

  • (String)


5693
5694
5695
5696
5697
5698
5699
5700
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5693

class ExecuteQueryRequest < Struct.new(
  :query_statement,
  :next_token,
  :max_results,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end