class AWS::SimpleDB::DomainMetadata

def item_count

Returns:
  • (Integer) - The number of all items in the {#domain}.
def item_count
  self.to_h[:item_count]
end