class Aws::SimpleDB::Types::ReplaceableAttribute

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

data as a hash:

    {
      name: "String", # required
      value: "String", # required
      replace: false,
    }

@!attribute [rw] name

The name of the replaceable attribute.
@return [String]

@!attribute [rw] value

The value of the replaceable attribute.
@return [String]

@!attribute [rw] replace

A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is `false`.
@return [Boolean]

Constants

SENSITIVE