Class: Aws::SimpleDB::Types::Item

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-simpledb/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_name_encodingString

Returns:

  • (String)


308
309
310
311
312
313
314
# File 'lib/aws-sdk-simpledb/types.rb', line 308

class Item < Struct.new(
  :name,
  :alternate_name_encoding,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#attributesArray<Types::Attribute>

A list of attributes.

Returns:



308
309
310
311
312
313
314
# File 'lib/aws-sdk-simpledb/types.rb', line 308

class Item < Struct.new(
  :name,
  :alternate_name_encoding,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the item.

Returns:

  • (String)


308
309
310
311
312
313
314
# File 'lib/aws-sdk-simpledb/types.rb', line 308

class Item < Struct.new(
  :name,
  :alternate_name_encoding,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end