Class: Aws::Organizations::Types::CreateOrganizationalUnitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CreateOrganizationalUnitResponse
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organizational_unit ⇒ Types::OrganizationalUnit
A structure that contains details about the newly created OU.
Instance Attribute Details
#organizational_unit ⇒ Types::OrganizationalUnit
A structure that contains details about the newly created OU.
1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1169 class CreateOrganizationalUnitResponse < Struct.new( :organizational_unit) SENSITIVE = [] include Aws::Structure end |