Class: Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryResponse

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

#computation_model_execution_summaryHash<String,String>

Contains the execution summary of the computation model.

Returns:

  • (Hash<String,String>)


6838
6839
6840
6841
6842
6843
6844
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6838

class DescribeComputationModelExecutionSummaryResponse < Struct.new(
  :computation_model_id,
  :resolve_to,
  :computation_model_execution_summary)
  SENSITIVE = []
  include Aws::Structure
end

#computation_model_idString

The ID of the computation model.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
6844
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6838

class DescribeComputationModelExecutionSummaryResponse < Struct.new(
  :computation_model_id,
  :resolve_to,
  :computation_model_execution_summary)
  SENSITIVE = []
  include Aws::Structure
end

#resolve_toTypes::ResolveTo

The detailed resource this execution summary resolves to.

Returns:



6838
6839
6840
6841
6842
6843
6844
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6838

class DescribeComputationModelExecutionSummaryResponse < Struct.new(
  :computation_model_id,
  :resolve_to,
  :computation_model_execution_summary)
  SENSITIVE = []
  include Aws::Structure
end