class Aws::CloudDirectory::Types::UpdateObjectAttributesRequest
@note When making an API call, you may pass UpdateObjectAttributesRequest
data as a hash: { directory_arn: "Arn", # required object_reference: { # required selector: "SelectorObjectReference", }, attribute_updates: [ # required { object_attribute_key: { schema_arn: "Arn", # required facet_name: "FacetName", # required name: "AttributeName", # required }, object_attribute_action: { object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE object_attribute_update_value: { string_value: "StringAttributeValue", binary_value: "data", boolean_value: false, number_value: "NumberAttributeValue", datetime_value: Time.now, }, }, }, ], }
@!attribute [rw] directory_arn
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns. @return [String]
@!attribute [rw] object_reference
The reference that identifies the object. @return [Types::ObjectReference]
@!attribute [rw] attribute_updates
The attributes update structure. @return [Array<Types::ObjectAttributeUpdate>]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/UpdateObjectAttributesRequest AWS API Documentation
Constants
- SENSITIVE