Class: Aws::CloudDirectory::Types::ListObjectParentPathsResponse

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)


4005
4006
4007
4008
4009
4010
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4005

class ListObjectParentPathsResponse < 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:



4005
4006
4007
4008
4009
4010
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4005

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