Class: Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_idString

The ID of the computation model.



5413
5414
5415
5416
5417
5418
5419
# File '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_idString

The ID of the resolved resource.



5413
5414
5415
5416
5417
5418
5419
# File '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_typeString

The type of the resolved resource.



5413
5414
5415
5416
5417
5418
5419
# File '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