Class: Aws::IoTSiteWise::Types::TargetResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::TargetResource
- 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
-
#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.
7968 7969 7970 7971 7972 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7968 class TargetResource < Struct.new( :asset_id) SENSITIVE = [] include Aws::Structure end |