Class: Aws::Types::OrganizationNode
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "ORGANIZATION", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "ORGANIZATION", ...
Returns the value of attribute type.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def value @value end |