clouddirectory_list_incoming_typed_links: Returns a paginated list of all the incoming...

View source: R/clouddirectory_operations.R

clouddirectory_list_incoming_typed_linksR Documentation

Returns a paginated list of all the incoming TypedLinkSpecifier information for an object

Description

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.

Usage

clouddirectory_list_incoming_typed_links(
  DirectoryArn,
  ObjectReference,
  FilterAttributeRanges = NULL,
  FilterTypedLink = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  ConsistencyLevel = NULL
)

Arguments

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.