Class: Aws::Organizations::Types::DescribeOrganizationalUnitResponse

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 specified OU.



842
843
844
845
# File 'lib/aws-sdk-organizations/types.rb', line 842

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