You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SimpleDB::Types::ReplaceableItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ReplaceableItem as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::ReplaceableAttribute>

The list of attributes for a replaceable item.

Returns:

#nameString

The name of the replaceable item.

Returns:

  • (String)

    The name of the replaceable item.