Class: Aws::Types::AssetHierarchyInfo
- Inherits:
-
Object
- Object
- Aws::Types::AssetHierarchyInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_asset_id ⇒ ::String
Returns the value of attribute child_asset_id.
-
#parent_asset_id ⇒ ::String
Returns the value of attribute parent_asset_id.
Instance Attribute Details
#child_asset_id ⇒ ::String
Returns the value of attribute child_asset_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def child_asset_id @child_asset_id end |
#parent_asset_id ⇒ ::String
Returns the value of attribute parent_asset_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def parent_asset_id @parent_asset_id end |