Method: AWS::SimpleDB::DomainMetadata#item_count

Defined in:
lib/aws/simple_db/domain_metadata.rb

#item_countInteger

Returns The number of all items in the #domain.

Returns:

  • (Integer)

    The number of all items in the #domain.



62
63
64
# File 'lib/aws/simple_db/domain_metadata.rb', line 62

def item_count
  self.to_h[:item_count]
end