Class: Aws::Organizations::Types::UpdateOrganizationalUnitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::UpdateOrganizationalUnitResponse
- 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 the details about the specified OU, including its new name.
Instance Attribute Details
#organizational_unit ⇒ Types::OrganizationalUnit
A structure that contains the details about the specified OU, including its new name.
4721 4722 4723 4724 4725 |
# File 'lib/aws-sdk-organizations/types.rb', line 4721 class UpdateOrganizationalUnitResponse < Struct.new( :organizational_unit) SENSITIVE = [] include Aws::Structure end |