Class: Aws::Types::DescribeAssetModelInterfaceRelationshipResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:



1554
1555
1556
# File 'sig/types.rbs', line 1554

def asset_model_id
  @asset_model_id
end

#hierarchy_mappings::Array[Types::HierarchyMapping]

Returns the value of attribute hierarchy_mappings.

Returns:



1557
1558
1559
# File 'sig/types.rbs', line 1557

def hierarchy_mappings
  @hierarchy_mappings
end

#interface_asset_model_id::String

Returns the value of attribute interface_asset_model_id.

Returns:



1555
1556
1557
# File 'sig/types.rbs', line 1555

def interface_asset_model_id
  @interface_asset_model_id
end

#property_mappings::Array[Types::PropertyMapping]

Returns the value of attribute property_mappings.

Returns:



1556
1557
1558
# File 'sig/types.rbs', line 1556

def property_mappings
  @property_mappings
end