Class: Aws::IoTSiteWise::Types::AssetModelPropertyBindingValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelPropertyBindingValue
- Includes:
- Structure
- Defined in:
- 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.
829 830 831 832 833 834 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 829 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.
829 830 831 832 833 834 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 829 class AssetModelPropertyBindingValue < Struct.new( :asset_model_id, :property_id) SENSITIVE = [] include Aws::Structure end |