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.
6861 6862 6863 6864 6865 6866 6867 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6861 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.
6861 6862 6863 6864 6865 6866 6867 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6861 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.
6861 6862 6863 6864 6865 6866 6867 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6861 class DescribeComputationModelExecutionSummaryResponse < Struct.new( :computation_model_id, :resolve_to, :computation_model_execution_summary) SENSITIVE = [] include Aws::Structure end |