Retrieves attributes that are associated with a typed link.
clouddirectory_get_link_attributes(DirectoryArn, TypedLinkSpecifier,
AttributeNames, ConsistencyLevel)
[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.
[required] Allows a typed link specifier to be accepted as input.
[required] A list of attribute names whose values will be retrieved.
The consistency level at which to retrieve the attributes on a typed link.
svc$get_link_attributes( DirectoryArn = "string", TypedLinkSpecifier = list( TypedLinkFacet = list( SchemaArn = "string", TypedLinkName = "string" ), SourceObjectReference = list( Selector = "string" ), TargetObjectReference = list( Selector = "string" ), IdentityAttributeValues = list( list( AttributeName = "string", Value = list( StringValue = "string", BinaryValue = raw, BooleanValue = TRUE|FALSE, NumberValue = "string", DatetimeValue = as.POSIXct( "2015-01-01" ) ) ) ) ), AttributeNames = list( "string" ), ConsistencyLevel = "SERIALIZABLE"|"EVENTUAL" )