clouddirectory_update_object_attributes {paws.security.identity} | R Documentation |
Updates a given object's attributes
Description
Updates a given object's attributes.
See https://www.paws-r-sdk.com/docs/clouddirectory_update_object_attributes/ for full documentation.
Usage
clouddirectory_update_object_attributes(
DirectoryArn,
ObjectReference,
AttributeUpdates
)
Arguments
DirectoryArn |
[required] The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns. |
ObjectReference |
[required] The reference that identifies the object. |
AttributeUpdates |
[required] The attributes update structure. |
[Package paws.security.identity version 0.9.0 Index]