Class: Aws::CloudDirectory::Types::BatchListObjectParentPathsResponse

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

Overview

Represents the output of a ListObjectParentPaths response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1159

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

#path_to_object_identifiers_listArray<Types::PathToObjectIdentifiers>

Returns the path to the ObjectIdentifiers that are associated with the directory.

Returns:



1159
1160
1161
1162
1163
1164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1159

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