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.
7211 7212 7213 7214 7215 7216 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 7211 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.
7211 7212 7213 7214 7215 7216 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 7211 class PathToObjectIdentifiers < Struct.new( :path, :object_identifiers) SENSITIVE = [] include Aws::Structure end |