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

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



1646
1647
1648
1649
1650
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1646

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