class Aws::CloudDirectory::Types::ListObjectParentsRequest
@note When making an API call, you may pass ListObjectParentsRequest
data as a hash: { directory_arn: "Arn", # required object_reference: { # required selector: "SelectorObjectReference", }, next_token: "NextToken", max_results: 1, consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL include_all_links_to_each_parent: false, }
@!attribute [rw] directory_arn
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns. @return [String]
@!attribute [rw] object_reference
The reference that identifies the object for which parent objects are being listed. @return [Types::ObjectReference]
@!attribute [rw] next_token
The pagination token. @return [String]
@!attribute [rw] max_results
The maximum number of items to be retrieved in a single call. This is an approximate number. @return [Integer]
@!attribute [rw] consistency_level
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object. @return [String]
@!attribute [rw] include_all_links_to_each_parent
When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/ListObjectParentsRequest AWS API Documentation
Constants
- SENSITIVE