Class: Aws::Types::CreateOrganizationalUnitRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOrganizationalUnitRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
185 186 187 |
# File 'sig/types.rbs', line 185 def name @name end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def parent_id @parent_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
186 187 188 |
# File 'sig/types.rbs', line 186 def @tags end |