Class: Aws::IoTSiteWise::Types::PropertyMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PropertyMapping
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Maps a property from an interface asset model to a property in the asset model where the interface is applied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_property_id ⇒ String
The ID of the property in the asset model where the interface is applied.
-
#interface_asset_model_property_id ⇒ String
The ID of the property in the interface asset model.
Instance Attribute Details
#asset_model_property_id ⇒ String
The ID of the property in the asset model where the interface is applied.
9291 9292 9293 9294 9295 9296 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9291 class PropertyMapping < Struct.new( :asset_model_property_id, :interface_asset_model_property_id) SENSITIVE = [] include Aws::Structure end |
#interface_asset_model_property_id ⇒ String
The ID of the property in the interface asset model.
9291 9292 9293 9294 9295 9296 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9291 class PropertyMapping < Struct.new( :asset_model_property_id, :interface_asset_model_property_id) SENSITIVE = [] include Aws::Structure end |