Class: Aws::CloudDirectory::Types::PathToObjectIdentifiers

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

Overview

Returns the path to the ‘ObjectIdentifiers` that is associated with the directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifiersArray<String>

Lists ‘ObjectIdentifiers` starting from directory root to the object in the request.

Returns:

  • (Array<String>)


4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4670

class PathToObjectIdentifiers < Struct.new(
  :path,
  :object_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path that is used to identify the object starting from directory root.

Returns:

  • (String)


4670
4671
4672
4673
4674
4675
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4670

class PathToObjectIdentifiers < Struct.new(
  :path,
  :object_identifiers)
  SENSITIVE = []
  include Aws::Structure
end