Class: Aws::Types::ModuleInfo
- Inherits:
-
Object
- Object
- Aws::Types::ModuleInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_id_hierarchy ⇒ ::String
Returns the value of attribute logical_id_hierarchy.
-
#type_hierarchy ⇒ ::String
Returns the value of attribute type_hierarchy.
Instance Attribute Details
#logical_id_hierarchy ⇒ ::String
Returns the value of attribute logical_id_hierarchy.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def logical_id_hierarchy @logical_id_hierarchy end |
#type_hierarchy ⇒ ::String
Returns the value of attribute type_hierarchy.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def type_hierarchy @type_hierarchy end |