Class: Aws::Types::DescribeAssetModelInterfaceRelationshipResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAssetModelInterfaceRelationshipResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#hierarchy_mappings ⇒ ::Array[Types::HierarchyMapping]
Returns the value of attribute hierarchy_mappings.
-
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
-
#property_mappings ⇒ ::Array[Types::PropertyMapping]
Returns the value of attribute property_mappings.
Instance Attribute Details
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def asset_model_id @asset_model_id end |
#hierarchy_mappings ⇒ ::Array[Types::HierarchyMapping]
Returns the value of attribute hierarchy_mappings.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def hierarchy_mappings @hierarchy_mappings end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def interface_asset_model_id @interface_asset_model_id end |
#property_mappings ⇒ ::Array[Types::PropertyMapping]
Returns the value of attribute property_mappings.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def property_mappings @property_mappings end |