class Aws::Organizations::Types::UpdateOrganizationalUnitRequest
@note When making an API call, you may pass UpdateOrganizationalUnitRequest
data as a hash: { organizational_unit_id: "OrganizationalUnitId", # required name: "OrganizationalUnitName", }
@!attribute [rw] organizational_unit_id
The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation. The [regex pattern][1] for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. [1]: http://wikipedia.org/wiki/regex @return [String]
@!attribute [rw] name
The new name that you want to assign to the OU. The [regex pattern][1] that is used to validate this parameter is a string of any of the characters in the ASCII character range. [1]: http://wikipedia.org/wiki/regex @return [String]
@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdateOrganizationalUnitRequest AWS API Documentation
Constants
- SENSITIVE