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

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

Instance Attribute Details

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


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_idString

The ID of the computation model.

Returns:

  • (String)


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