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)


6336
6337
6338
6339
6340
6341
6342
6343
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6336

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:



6336
6337
6338
6339
6340
6341
6342
6343
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6336

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)


6336
6337
6338
6339
6340
6341
6342
6343
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6336

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:



6336
6337
6338
6339
6340
6341
6342
6343
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6336

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