Class: Aws::CloudDirectory::Types::PathToObjectIdentifiers
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::PathToObjectIdentifiers
- Defined in:
- gems/aws-sdk-clouddirectory/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
-
#object_identifiers ⇒ Array<String>
Lists
ObjectIdentifiers
starting from directory root to the object in the request. -
#path ⇒ String
The path that is used to identify the object starting from directory root.
Instance Attribute Details
#object_identifiers ⇒ Array<String>
Lists ObjectIdentifiers
starting from directory root to the object
in the request.
4670 4671 4672 4673 4674 4675 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4670 class PathToObjectIdentifiers < Struct.new( :path, :object_identifiers) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The path that is used to identify the object starting from directory root.
4670 4671 4672 4673 4674 4675 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4670 class PathToObjectIdentifiers < Struct.new( :path, :object_identifiers) SENSITIVE = [] include Aws::Structure end |