Class: Aws::IoTSiteWise::Types::TargetResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::TargetResource
- Includes:
- Structure
- Defined in:
- 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.
13798 13799 13800 13801 13802 13803 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13798 class TargetResource < Struct.new( :asset_id, :computation_model_id) SENSITIVE = [] include Aws::Structure end |
#computation_model_id ⇒ String
The ID of the computation model.
13798 13799 13800 13801 13802 13803 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13798 class TargetResource < Struct.new( :asset_id, :computation_model_id) SENSITIVE = [] include Aws::Structure end |