class Aws::SimpleDB::Types::GetAttributesRequest
@note When making an API call, you may pass GetAttributesRequest
data as a hash: { domain_name: "String", # required item_name: "String", # required attribute_names: ["String"], consistent_read: false, }
@!attribute [rw] domain_name
The name of the domain in which to perform the operation. @return [String]
@!attribute [rw] item_name
The name of the item. @return [String]
@!attribute [rw] attribute_names
The names of the attributes. @return [Array<String>]
@!attribute [rw] consistent_read
Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If `true`, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read. @return [Boolean]
Constants
- SENSITIVE