Class: Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_id ⇒ String
The ID of the computation model.
-
#resolve_to_resource_id ⇒ String
The ID of the resolved resource.
-
#resolve_to_resource_type ⇒ String
The type of the resolved resource.
Instance Attribute Details
#computation_model_id ⇒ String
The ID of the computation model.
6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6818 class DescribeComputationModelExecutionSummaryRequest < Struct.new( :computation_model_id, :resolve_to_resource_type, :resolve_to_resource_id) SENSITIVE = [] include Aws::Structure end |
#resolve_to_resource_id ⇒ String
The ID of the resolved resource.
6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6818 class DescribeComputationModelExecutionSummaryRequest < Struct.new( :computation_model_id, :resolve_to_resource_type, :resolve_to_resource_id) SENSITIVE = [] include Aws::Structure end |
#resolve_to_resource_type ⇒ String
The type of the resolved resource.
6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6818 class DescribeComputationModelExecutionSummaryRequest < Struct.new( :computation_model_id, :resolve_to_resource_type, :resolve_to_resource_id) SENSITIVE = [] include Aws::Structure end |