Class: Aws::Organizations::Types::ListOrganizationalUnitsForParentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If present, this value indicates that there is more output available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.

Returns:

  • (String)


1952
1953
1954
1955
1956
# File 'lib/aws-sdk-organizations/types.rb', line 1952

class ListOrganizationalUnitsForParentResponse < Struct.new(
  :organizational_units,
  :next_token)
  include Aws::Structure
end

#organizational_unitsArray<Types::OrganizationalUnit>

A list of the OUs in the specified root or parent OU.

Returns:



1952
1953
1954
1955
1956
# File 'lib/aws-sdk-organizations/types.rb', line 1952

class ListOrganizationalUnitsForParentResponse < Struct.new(
  :organizational_units,
  :next_token)
  include Aws::Structure
end