Class: Aws::Organizations::Types::ListParentsResponse

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)


2029
2030
2031
2032
2033
# File 'lib/aws-sdk-organizations/types.rb', line 2029

class ListParentsResponse < Struct.new(
  :parents,
  :next_token)
  include Aws::Structure
end

#parentsArray<Types::Parent>

A list of parents for the specified child account or OU.

Returns:



2029
2030
2031
2032
2033
# File 'lib/aws-sdk-organizations/types.rb', line 2029

class ListParentsResponse < Struct.new(
  :parents,
  :next_token)
  include Aws::Structure
end