Class: Aws::Types::AssetModelHierarchyDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelHierarchyDefinition
- 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.
187 188 189 |
# File 'sig/types.rbs', line 187 def child_asset_model_id @child_asset_model_id end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
184 185 186 |
# File 'sig/types.rbs', line 184 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
186 187 188 |
# File 'sig/types.rbs', line 186 def name @name end |