Class: Aws::CloudDirectory::Types::ListObjectParentPathsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectParentPathsResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#path_to_object_identifiers_list ⇒ Array<Types::PathToObjectIdentifiers>
Returns the path to the
ObjectIdentifiers
that are associated with the directory.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_list ⇒ Array<Types::PathToObjectIdentifiers>
Returns the path to the ObjectIdentifiers
that are associated with
the directory.
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 |