Class: Aws::Types::CompositionRelationshipSummary
- Inherits:
-
Object
- Object
- Aws::Types::CompositionRelationshipSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
-
#asset_model_composite_model_type ⇒ ::String
Returns the value of attribute asset_model_composite_model_type.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
Instance Attribute Details
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
714 715 716 |
# File 'sig/types.rbs', line 714 def asset_model_composite_model_id @asset_model_composite_model_id end |
#asset_model_composite_model_type ⇒ ::String
Returns the value of attribute asset_model_composite_model_type.
715 716 717 |
# File 'sig/types.rbs', line 715 def asset_model_composite_model_type @asset_model_composite_model_type end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
713 714 715 |
# File 'sig/types.rbs', line 713 def asset_model_id @asset_model_id end |