Class: Aws::Types::AssetHierarchy
- Inherits:
-
Object
- Object
- Aws::Types::AssetHierarchy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#external_id ⇒ ::String
Returns the value of attribute external_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
122 123 124 |
# File 'sig/types.rbs', line 122 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
124 125 126 |
# File 'sig/types.rbs', line 124 def name @name end |