Retrieves attributes within a facet that are associated with an object.
clouddirectory_get_object_attributes(DirectoryArn, ObjectReference,
ConsistencyLevel, SchemaFacet, AttributeNames)[required] The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
[required] Reference that identifies the object whose attributes will be retrieved.
The consistency level at which to retrieve the attributes on an object.
[required] Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
[required] List of attribute names whose values will be retrieved.
svc$get_object_attributes(
DirectoryArn = "string",
ObjectReference = list(
Selector = "string"
),
ConsistencyLevel = "SERIALIZABLE"|"EVENTUAL",
SchemaFacet = list(
SchemaArn = "string",
FacetName = "string"
),
AttributeNames = list(
"string"
)
)