class Aws::SimpleDB::Types::ReplaceableItem

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

data as a hash:

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

@!attribute [rw] name

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

@!attribute [rw] attributes

The list of attributes for a replaceable item.
@return [Array<Types::ReplaceableAttribute>]

Constants

SENSITIVE