Class: Aws::Types::AssetModelHierarchy
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelHierarchy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_asset_model_id ⇒ ::String
Returns the value of attribute child_asset_model_id.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#child_asset_model_id ⇒ ::String
Returns the value of attribute child_asset_model_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def child_asset_model_id @child_asset_model_id end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
176 177 178 |
# File 'sig/types.rbs', line 176 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
178 179 180 |
# File 'sig/types.rbs', line 178 def name @name end |