Class: Aws::IoTSiteWise::Types::AssetModelPropertyBindingValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelPropertyBindingValue
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about an assetModelProperty
binding value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_id ⇒ String
The ID of the asset model, in UUID format.
-
#property_id ⇒ String
The ID of the asset model property used in data binding value.
Instance Attribute Details
#asset_model_id ⇒ String
The ID of the asset model, in UUID format.
828 829 830 831 832 833 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 828 class AssetModelPropertyBindingValue < Struct.new( :asset_model_id, :property_id) SENSITIVE = [] include Aws::Structure end |
#property_id ⇒ String
The ID of the asset model property used in data binding value.
828 829 830 831 832 833 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 828 class AssetModelPropertyBindingValue < Struct.new( :asset_model_id, :property_id) SENSITIVE = [] include Aws::Structure end |