Class: Aws::Organizations::Types::UpdateOrganizationalUnitResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organizational_unitTypes::OrganizationalUnit

A structure that contains the details about the specified OU, including its new name.



4683
4684
4685
4686
4687
# File 'lib/aws-sdk-organizations/types.rb', line 4683

class UpdateOrganizationalUnitResponse < Struct.new(
  :organizational_unit)
  SENSITIVE = []
  include Aws::Structure
end