class Aws::SimpleDB::Types::DeletableItem

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

data as a hash:

    {
      name: "String", # required
      attributes: [
        {
          name: "String", # required
          alternate_name_encoding: "String",
          value: "String", # required
          alternate_value_encoding: "String",
        },
      ],
    }

@!attribute [rw] name

@return [String]

@!attribute [rw] attributes

@return [Array<Types::Attribute>]

Constants

SENSITIVE