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.
5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5413 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.
5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5413 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.
5413 5414 5415 5416 5417 5418 5419 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5413 class DescribeComputationModelExecutionSummaryRequest < Struct.new( :computation_model_id, :resolve_to_resource_type, :resolve_to_resource_id) SENSITIVE = [] include Aws::Structure end |