Class: Aws::IoTSiteWise::Types::ListExecutionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_summariesArray<Types::ExecutionSummary>

Contains the list of execution summaries of the computation models.

Returns:



8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8562

class ListExecutionsResponse < Struct.new(
  :execution_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


8562
8563
8564
8565
8566
8567
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8562

class ListExecutionsResponse < Struct.new(
  :execution_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end