Class: Aws::IoTSiteWise::Types::AssetModelPropertyBindingValue

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

Instance Attribute Details

#asset_model_idString

The ID of the asset model, in UUID format.

Returns:

  • (String)


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_idString

The ID of the asset model property used in data binding value.

Returns:

  • (String)


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