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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


7760
7761
7762
7763
7764
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7760

class TargetResource < Struct.new(
  :asset_id)
  SENSITIVE = []
  include Aws::Structure
end