You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::ListObjectParentPathsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectParentPathsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListObjectParentPathsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
directory_arn: "Arn", # required
object_reference: { # required
selector: "SelectorObjectReference",
},
next_token: "NextToken",
max_results: 1,
}
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The ARN of the directory to which the parent path applies.
-
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call.
-
#next_token ⇒ String
The pagination token.
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object whose parent paths are listed.
Instance Attribute Details
#directory_arn ⇒ String
The ARN of the directory to which the parent path applies.
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call. This is an approximate number.
#next_token ⇒ String
The pagination token.
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object whose parent paths are listed.