Class: Aws::IoTSiteWise::Types::DescribeAssetModelInterfaceRelationshipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetModelInterfaceRelationshipResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_id ⇒ String
The ID of the asset model.
-
#hierarchy_mappings ⇒ Array<Types::HierarchyMapping>
A list of hierarchy mappings between the interface asset model and the asset model where the interface is applied.
-
#interface_asset_model_id ⇒ String
The ID of the interface asset model.
-
#property_mappings ⇒ Array<Types::PropertyMapping>
A list of property mappings between the interface asset model and the asset model where the interface is applied.
Instance Attribute Details
#asset_model_id ⇒ String
The ID of the asset model.
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_mappings ⇒ Array<Types::HierarchyMapping>
A list of hierarchy mappings between the interface asset model and the asset model where the interface is applied.
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_id ⇒ String
The ID of the interface asset model.
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_mappings ⇒ Array<Types::PropertyMapping>
A list of property mappings between the interface asset model and the asset model where the interface is applied.
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 |