You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::UpdateOrganizationalUnitRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateOrganizationalUnitRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  organizational_unit_id: "OrganizationalUnitId", # required
  name: "OrganizationalUnitName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The new name that you want to assign to the OU.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

Returns:

  • (String)

    The new name that you want to assign to the OU.

#organizational_unit_idString

The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

The regex pattern 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.

Returns:

  • (String)

    The unique identifier (ID) of the OU that you want to rename.