Class: Aws::Types::Child
- Inherits:
-
Object
- Object
- Aws::Types::Child
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "ACCOUNT", "ORGANIZATIONAL_UNIT"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
97 98 99 |
# File 'sig/types.rbs', line 97 def id @id end |
#type ⇒ "ACCOUNT", "ORGANIZATIONAL_UNIT"
Returns the value of attribute type.
98 99 100 |
# File 'sig/types.rbs', line 98 def type @type end |