Class: Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryRequest
- Defined in:
- gems/aws-sdk-iotsitewise/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.
6841 6842 6843 6844 6845 6846 6847 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6841 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.
6841 6842 6843 6844 6845 6846 6847 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6841 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.
6841 6842 6843 6844 6845 6846 6847 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6841 class DescribeComputationModelExecutionSummaryRequest < Struct.new( :computation_model_id, :resolve_to_resource_type, :resolve_to_resource_id) SENSITIVE = [] include Aws::Structure end |