class Aws::SimpleDB::Types::PutAttributesRequest

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

data as a hash:

    {
      domain_name: "String", # required
      item_name: "String", # required
      attributes: [ # required
        {
          name: "String", # required
          value: "String", # required
          replace: false,
        },
      ],
      expected: {
        name: "String",
        value: "String",
        exists: false,
      },
    }

@!attribute [rw] domain_name

The name of the domain in which to perform the operation.
@return [String]

@!attribute [rw] item_name

The name of the item.
@return [String]

@!attribute [rw] attributes

The list of attributes.
@return [Array<Types::ReplaceableAttribute>]

@!attribute [rw] expected

The update condition which, if specified, determines whether the
specified attributes will be updated or not. The update condition
must be satisfied in order for this request to be processed and the
attributes to be updated.
@return [Types::UpdateCondition]

Constants

SENSITIVE