Class: Aws::Organizations::Types::CreateOrganizationalUnitResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#organizational_unitTypes::OrganizationalUnit

A structure that contains details about the newly created OU.



519
520
521
522
# File 'lib/aws-sdk-organizations/types.rb', line 519

class CreateOrganizationalUnitResponse < Struct.new(
  :organizational_unit)
  include Aws::Structure
end