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.
9286 9287 9288 9289 9290 9291 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9286 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.
9286 9287 9288 9289 9290 9291 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9286 class PropertyMapping < Struct.new( :asset_model_property_id, :interface_asset_model_property_id) SENSITIVE = [] include Aws::Structure end |