Class: Aws::CloudDirectory::Types::ListObjectParentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


4070
4071
4072
4073
4074
4075
4076
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4070

class ListObjectParentsResponse < Struct.new(
  :parents,
  :next_token,
  :parent_links)
  SENSITIVE = []
  include Aws::Structure
end

Returns a list of parent reference and LinkName Tuples.



4070
4071
4072
4073
4074
4075
4076
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4070

class ListObjectParentsResponse < Struct.new(
  :parents,
  :next_token,
  :parent_links)
  SENSITIVE = []
  include Aws::Structure
end

#parentsHash<String,String>

The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.

Returns:

  • (Hash<String,String>)


4070
4071
4072
4073
4074
4075
4076
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4070

class ListObjectParentsResponse < Struct.new(
  :parents,
  :next_token,
  :parent_links)
  SENSITIVE = []
  include Aws::Structure
end