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)


7968
7969
7970
7971
7972
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7968

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