View source: R/clouddirectory_operations.R
clouddirectory_list_incoming_typed_links | R Documentation |
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
See https://www.paws-r-sdk.com/docs/clouddirectory_list_incoming_typed_links/ for full documentation.
clouddirectory_list_incoming_typed_links(
DirectoryArn,
ObjectReference,
FilterAttributeRanges = NULL,
FilterTypedLink = NULL,
NextToken = NULL,
MaxResults = NULL,
ConsistencyLevel = NULL
)
DirectoryArn |
[required] The Amazon Resource Name (ARN) of the directory where you want to list the typed links. |
ObjectReference |
[required] Reference that identifies the object whose attributes will be listed. |
FilterAttributeRanges |
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. |
FilterTypedLink |
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. |
NextToken |
The pagination token. |
MaxResults |
The maximum number of results to retrieve. |
ConsistencyLevel |
The consistency level to execute the request at. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.