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:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



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

def property_mappings
  @property_mappings
end