Class: Aws::IoTSiteWise::Types::PropertyMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_model_property_idString

The ID of the property in the asset model where the interface is applied.

Returns:

  • (String)


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_idString

The ID of the property in the interface asset model.

Returns:

  • (String)


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