Class: Aws::IoTSiteWise::Types::TargetResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::TargetResource
- 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
-
#asset_id ⇒ String
The ID of the asset, in UUID format.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset, in UUID format.
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 |