Class: Aws::IoTSiteWise::Types::TargetResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::TargetResource
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
The resource the action will be taken on. This can include asset-based resources and computation model resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The ID of the asset, in UUID format.
-
#computation_model_id ⇒ String
The ID of the computation model.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset, in UUID format.
9940 9941 9942 9943 9944 9945 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9940 class TargetResource < Struct.new( :asset_id, :computation_model_id) SENSITIVE = [] include Aws::Structure end |
#computation_model_id ⇒ String
The ID of the computation model.
9940 9941 9942 9943 9944 9945 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9940 class TargetResource < Struct.new( :asset_id, :computation_model_id) SENSITIVE = [] include Aws::Structure end |