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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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 details about the newly created OU.



1171
1172
1173
1174
1175
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1171

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