Class: Aws::IoTSiteWise::Types::TargetResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


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_idString

The ID of the computation model.

Returns:

  • (String)


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