class AWS::Record::Model

def count(options = {})

Options Hash: (**options)
  • :limit (Integer) -- The max number of records to count.
  • :where (Mixed) -- Conditions that determine what

Parameters:
  • options (Hash) -- ({}) Options for counting
def count(options = {})
  new_scope.count(options)
end