class AWS::SimpleDB::DomainMetadata

def attribute_value_count

Returns:
  • (Integer) - The number of all attribute name/value pairs in
def attribute_value_count
  self.to_h[:attribute_value_count]
end