class Aws::CloudDirectory::Types::ObjectAttributeAction

The action to take on the object attribute.

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

data as a hash:

    {
      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_attribute_action_type

A type that can be either `Update` or `Delete`.
@return [String]

@!attribute [rw] object_attribute_update_value

The value that you want to update to.
@return [Types::TypedAttributeValue]

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

Constants

SENSITIVE