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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


8549
8550
8551
8552
8553
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8549

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