clouddirectory_get_link_attributes {paws.security.identity} | R Documentation |
Retrieves attributes that are associated with a typed link
Description
Retrieves attributes that are associated with a typed link.
See https://www.paws-r-sdk.com/docs/clouddirectory_get_link_attributes/ for full documentation.
Usage
clouddirectory_get_link_attributes(
DirectoryArn,
TypedLinkSpecifier,
AttributeNames,
ConsistencyLevel = NULL
)
Arguments
DirectoryArn |
[required] The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or Typed Links. |
TypedLinkSpecifier |
[required] Allows a typed link specifier to be accepted as input. |
AttributeNames |
[required] A list of attribute names whose values will be retrieved. |
ConsistencyLevel |
The consistency level at which to retrieve the attributes on a typed link. |
[Package paws.security.identity version 0.9.0 Index]