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.
9945 9946 9947 9948 9949 9950 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9945 class TargetResource < Struct.new( :asset_id, :computation_model_id) SENSITIVE = [] include Aws::Structure end |
#computation_model_id ⇒ String
The ID of the computation model.
9945 9946 9947 9948 9949 9950 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9945 class TargetResource < Struct.new( :asset_id, :computation_model_id) SENSITIVE = [] include Aws::Structure end |