class Aws::CloudDirectory::Types::LinkAttributeAction

The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.

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

data as a hash:

    {
      attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
      attribute_update_value: {
        string_value: "StringAttributeValue",
        binary_value: "data",
        boolean_value: false,
        number_value: "NumberAttributeValue",
        datetime_value: Time.now,
      },
    }

@!attribute [rw] attribute_action_type

A type that can be either `UPDATE_OR_CREATE` or `DELETE`.
@return [String]

@!attribute [rw] 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/LinkAttributeAction AWS API Documentation

Constants

SENSITIVE