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

Class: Aws::SimpleDB::Types::ReplaceableAttribute

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

The name of the replaceable attribute.

Returns:

  • (String) —

    The name of the replaceable attribute.

#replace ⇒ Boolean

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.

Returns:

  • (Boolean) —

    A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair.

#value ⇒ String

The value of the replaceable attribute.

Returns:

  • (String) —

    The value of the replaceable attribute.