Method: Aws::Organizations::Client#update_organizational_unit
- Defined in:
- lib/aws-sdk-organizations/client.rb
#update_organizational_unit(params = {}) ⇒ Types::UpdateOrganizationalUnitResponse
Renames the specified organizational unit (OU). The ID and ARN do not change. The child OUs and accounts remain in place, and any attached policies of the OU remain attached.
This operation can be called only from the organization’s master account.
4140 4141 4142 4143 |
# File 'lib/aws-sdk-organizations/client.rb', line 4140 def update_organizational_unit(params = {}, = {}) req = build_request(:update_organizational_unit, params) req.send_request() end |