class Aws::CloudDirectory::Types::BatchUpdateObjectAttributes

Represents the output of a `BatchUpdate` operation.

@note When making an API call, you may pass BatchUpdateObjectAttributes

data as a hash:

    {
      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] object_reference

Reference that identifies the object.
@return [Types::ObjectReference]

@!attribute [rw] attribute_updates

Attributes update structure.
@return [Array<Types::ObjectAttributeUpdate>]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/BatchUpdateObjectAttributes AWS API Documentation

Constants

SENSITIVE