Class: Aws::IoTSiteWise::Types::DescribeAssetModelInterfaceRelationshipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_idString

The ID of the asset model.

Returns:

  • (String)


4952
4953
4954
4955
4956
4957
4958
4959
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4952

class DescribeAssetModelInterfaceRelationshipResponse < Struct.new(
  :asset_model_id,
  :interface_asset_model_id,
  :property_mappings,
  :hierarchy_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#hierarchy_mappingsArray<Types::HierarchyMapping>

A list of hierarchy mappings between the interface asset model and the asset model where the interface is applied.

Returns:



4952
4953
4954
4955
4956
4957
4958
4959
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4952

class DescribeAssetModelInterfaceRelationshipResponse < Struct.new(
  :asset_model_id,
  :interface_asset_model_id,
  :property_mappings,
  :hierarchy_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#interface_asset_model_idString

The ID of the interface asset model.

Returns:

  • (String)


4952
4953
4954
4955
4956
4957
4958
4959
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4952

class DescribeAssetModelInterfaceRelationshipResponse < Struct.new(
  :asset_model_id,
  :interface_asset_model_id,
  :property_mappings,
  :hierarchy_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#property_mappingsArray<Types::PropertyMapping>

A list of property mappings between the interface asset model and the asset model where the interface is applied.

Returns:



4952
4953
4954
4955
4956
4957
4958
4959
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4952

class DescribeAssetModelInterfaceRelationshipResponse < Struct.new(
  :asset_model_id,
  :interface_asset_model_id,
  :property_mappings,
  :hierarchy_mappings)
  SENSITIVE = []
  include Aws::Structure
end