Class: Aws::Types::Parent
- Inherits:
-
Object
- Object
- Aws::Types::Parent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "ROOT", "ORGANIZATIONAL_UNIT"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
850 851 852 |
# File 'sig/types.rbs', line 850 def id @id end |
#type ⇒ "ROOT", "ORGANIZATIONAL_UNIT"
Returns the value of attribute type.
851 852 853 |
# File 'sig/types.rbs', line 851 def type @type end |