You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::ListObjectParentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectParentsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#parent_links ⇒ Array<Types::ObjectIdentifierAndLinkNameTuple>
Returns a list of parent reference and LinkName Tuples.
-
#parents ⇒ Hash<String,String>
The parent structure, which is a map with key as the
ObjectIdentifier
and LinkName as the value.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
#parent_links ⇒ Array<Types::ObjectIdentifierAndLinkNameTuple>
Returns a list of parent reference and LinkName Tuples.
#parents ⇒ Hash<String,String>
The parent structure, which is a map with key as the ObjectIdentifier
and LinkName as the value.