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

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

Instance Attribute Details

#asset_model_idString

The ID of the asset model, in UUID format.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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