Class: Aws::Organizations::Types::CreateOrganizationalUnitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CreateOrganizationalUnitResponse
- Includes:
- Structure
- Defined in:
- 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.
1176 1177 1178 1179 1180 |
# File 'lib/aws-sdk-organizations/types.rb', line 1176 class CreateOrganizationalUnitResponse < Struct.new( :organizational_unit) SENSITIVE = [] include Aws::Structure end |