Class: Aws::Types::AssetRelationshipSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetRelationshipSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hierarchy_info ⇒ Types::AssetHierarchyInfo
Returns the value of attribute hierarchy_info.
-
#relationship_type ⇒ "HIERARCHY"
Returns the value of attribute relationship_type.
Instance Attribute Details
#hierarchy_info ⇒ Types::AssetHierarchyInfo
Returns the value of attribute hierarchy_info.
316 317 318 |
# File 'sig/types.rbs', line 316 def hierarchy_info @hierarchy_info end |
#relationship_type ⇒ "HIERARCHY"
Returns the value of attribute relationship_type.
317 318 319 |
# File 'sig/types.rbs', line 317 def relationship_type @relationship_type end |