Class: Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_execution_summary ⇒ Hash<String,String>
Contains the execution summary of the computation model.
-
#computation_model_id ⇒ String
The ID of the computation model.
-
#resolve_to ⇒ Types::ResolveTo
The detailed resource this execution summary resolves to.
Instance Attribute Details
#computation_model_execution_summary ⇒ Hash<String,String>
Contains the execution summary of the computation model.
5433 5434 5435 5436 5437 5438 5439 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5433 class DescribeComputationModelExecutionSummaryResponse < Struct.new( :computation_model_id, :resolve_to, :computation_model_execution_summary) SENSITIVE = [] include Aws::Structure end |
#computation_model_id ⇒ String
The ID of the computation model.
5433 5434 5435 5436 5437 5438 5439 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5433 class DescribeComputationModelExecutionSummaryResponse < Struct.new( :computation_model_id, :resolve_to, :computation_model_execution_summary) SENSITIVE = [] include Aws::Structure end |
#resolve_to ⇒ Types::ResolveTo
The detailed resource this execution summary resolves to.
5433 5434 5435 5436 5437 5438 5439 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5433 class DescribeComputationModelExecutionSummaryResponse < Struct.new( :computation_model_id, :resolve_to, :computation_model_execution_summary) SENSITIVE = [] include Aws::Structure end |