Class: Aws::CloudDirectory::Types::BatchListObjectParentsResponse

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

Overview

Represents the output of a ListObjectParents response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1204

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

Returns a list of parent reference and LinkName Tuples.



1204
1205
1206
1207
1208
1209
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1204

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