Class: Aws::IoTSiteWise::Types::ComputationModelResolveToResourceSummary

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

Overview

A summary of the resource that a computation model resolves to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resolve_toTypes::ResolveTo

The detailed resource this execution summary resolves to.



2678
2679
2680
2681
2682
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2678

class ComputationModelResolveToResourceSummary < Struct.new(
  :resolve_to)
  SENSITIVE = []
  include Aws::Structure
end