class Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AwsOrganizationalUnit

contained in that OU and in any child OUs.
organization. Policies that are attached to an OU apply to all accounts
An Organizational Unit (OU) is a container of AWS accounts within a root of an

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @name = args[:name] if args.key?(:name)
end